guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: Add the Hurd.


From: Efraim Flashner
Subject: Re: [PATCH 2/2] gnu: Add the Hurd.
Date: Sun, 9 Apr 2017 05:41:36 +0300
User-agent: Mutt/1.8.0 (2017-02-23)

On Sat, Apr 08, 2017 at 05:06:57PM +0300, address@hidden wrote:
> From: Manolis Ragkousis <address@hidden>
> 
> +       (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   <address@hidden>   אפרים פלשנר
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

[Prev in Thread] Current Thread [Next in Thread]