On Sat, Apr 08, 2017 at 05:06:57PM +0300, manolis...@gmail.com wrote:
> From: Manolis Ragkousis <manolis...@gmail.com>
> 
> +       (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   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature

Reply via email to