From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH]: add freepats and timidity Date: Thu, 19 Feb 2015 20:47:11 +0100 Message-ID: <20150219194711.GA30766@debian> References: <87h9uhlpig.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOX4D-0005NH-MW for guix-devel@gnu.org; Thu, 19 Feb 2015 14:47:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOX49-0000TM-GW for guix-devel@gnu.org; Thu, 19 Feb 2015 14:47:21 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:51459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOX49-0000T4-8B for guix-devel@gnu.org; Thu, 19 Feb 2015 14:47:17 -0500 Content-Disposition: inline In-Reply-To: <87h9uhlpig.fsf@mango.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Hello, On Thu, Feb 19, 2015 at 07:33:59PM +0100, Ricardo Wurmus wrote: > + (copy-recursively "." out))))) I think this is a bit too much, as it also copies COPYING and README. I would suggest to only copy the patch folders Drum_000 and Tone_000 and freepats.cfg. Andreas