On Sat, Apr 08, 2017 at 05:06:57PM +0300, [email protected] wrote: > From: Manolis Ragkousis <[email protected]> > > + (modify-phases %standard-phases > + (add-before 'build 'pre-build > + (lambda _ > + ;; Don't change the ownership of any file at this > time. > + (substitute* "daemons/Makefile" > + (("-o root -m 4755") "")) > + (substitute* "utils/Makefile" > + (("-o root -m 4755") "")) > + #t)))
These substitute* lines could be written as:
(substitute* '("daemons/Makefile" "utils/Makefile")
(("-o root -m 4775") ""))
--
Efraim Flashner <[email protected]> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
