From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffUUA-0003Ck-Ho for guix-patches@gnu.org; Tue, 17 Jul 2018 14:14:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffUU6-0006Zo-Gl for guix-patches@gnu.org; Tue, 17 Jul 2018 14:14:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40668) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffUU6-0006Zg-89 for guix-patches@gnu.org; Tue, 17 Jul 2018 14:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ffUU6-00031c-0a for guix-patches@gnu.org; Tue, 17 Jul 2018 14:14:02 -0400 Subject: [bug#32162] [PATCH] gnu: Add nethack Resent-Message-ID: Date: Tue, 17 Jul 2018 11:12:47 -0700 From: Anonymous Message-ID: <2AF4134E-59DA-4ED2-8AF7-23EE1DE4A762@cock.li> References: <87tvoy81zo.fsf@gnu.org> In-Reply-To: <87tvoy81zo.fsf@gnu.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic Court=C3=A8s Cc: 32162@debbugs.gnu.org > Rather: > > (for-each (lambda (file) > (install-file file > (string-append =E2=80=A6 "/games/lib/nethackuserdir= "))) > '(=E2=80=A6)) I wasn't able to use install-file, since I want the file to be moved, not copied. Let me know if there's a guile way to move a file (I couldn't find one). The other changes are incorporated into the patch which I think I jus= t send with git send-email.