From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: core-updates: Fix cups-minimal build failure Date: Mon, 27 Feb 2017 16:13:13 -0500 Message-ID: <20170227211313.GC3643@jasmine> References: <20170226022519.GA16840@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciSbe-0003ds-Ci for guix-devel@gnu.org; Mon, 27 Feb 2017 16:13:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciSbb-0004Mb-74 for guix-devel@gnu.org; Mon, 27 Feb 2017 16:13:18 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:49807) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ciSba-0004MM-TQ for guix-devel@gnu.org; Mon, 27 Feb 2017 16:13:15 -0500 Content-Disposition: inline In-Reply-To: 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: Andy Wingo Cc: guix-devel@gnu.org On Mon, Feb 27, 2017 at 09:47:47AM +0100, Andy Wingo wrote: > > Do you have any suggestions about how to make this more concise? > (for-each > (lambda (section) > (for-each > (lambda (file) (chmod file #o666)) > (find-files (string-append out "/share/man/man" section) > "\\.gz"))) > '("1" "5" "7" "8")) *copy+paste* > Would be nice if there were a recursive find-files; oh well. It seems that find-files is recursive. At least, it worked as expected in d043ceedbb3ce1873db97cfe2c8806de64881f01 (gnu: cups-minimal: Fix build failure in reset-gzip-timestamps phase.).