From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH 2/3] gnu: Add dtach Date: Mon, 23 Jun 2014 08:19:37 -0400 Message-ID: <87r42fn7hi.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <87y4wove3j.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87simwvdux.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87ppi0nj5b.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz3E1-0005hx-Mn for guix-devel@gnu.org; Mon, 23 Jun 2014 08:20:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wz3Du-0001X0-2o for guix-devel@gnu.org; Mon, 23 Jun 2014 08:19:53 -0400 Received: from na3sys009aog117.obsmtp.com ([74.125.149.242]:39481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wz3Dt-0001Wc-SM for guix-devel@gnu.org; Mon, 23 Jun 2014 08:19:46 -0400 Received: by mail-qc0-f179.google.com with SMTP id x3so5889306qcv.38 for ; Mon, 23 Jun 2014 05:19:39 -0700 (PDT) In-Reply-To: <87ppi0nj5b.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > OK to push! > >> + (lambda* (#:key outputs #:allow-other-keys) >> + (let ((out (assoc-ref outputs "out"))) >> + (mkdir out) >> + (mkdir (string-append out "/bin")) > > It could be 1 line shorter with (mkdir-p (string-append out "/bin")). Made that change and pushed. --=20 David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate