From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3/3] gnu: Add khmer. Date: Sat, 25 Jun 2016 13:30:36 -0400 Message-ID: <20160625173036.GE21038@jasmine> References: <1466126601-30932-1-git-send-email-donttrustben@gmail.com> <1466126601-30932-4-git-send-email-donttrustben@gmail.com> <20160617072358.GA3618@jasmine> <57648ABA.2060504@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGrPw-0006Z8-JV for Guix-devel@gnu.org; Sat, 25 Jun 2016 13:30:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGrPr-0002ya-I2 for Guix-devel@gnu.org; Sat, 25 Jun 2016 13:30:51 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGrPq-0002v1-BE for Guix-devel@gnu.org; Sat, 25 Jun 2016 13:30:47 -0400 Content-Disposition: inline In-Reply-To: <57648ABA.2060504@uq.edu.au> 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" To: Ben Woodcroft Cc: Guix-devel@gnu.org On Sat, Jun 18, 2016 at 09:41:46AM +1000, Ben Woodcroft wrote: > It would be better if I knew a way of copying directory into another > directory, like an "install-directory". How about copy-recursively, from (guix build utils)?