[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: core-updates: Fix cups-minimal build failure
From: |
Leo Famulari |
Subject: |
Re: core-updates: Fix cups-minimal build failure |
Date: |
Mon, 27 Feb 2017 16:13:13 -0500 |
User-agent: |
Mutt/1.7.2 (2016-11-26) |
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.).