guix-commits
[Top][All Lists]
Advanced

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

01/13: bootstrap: mes-minimal-stripped: Do not strip bin.


From: guix-commits
Subject: 01/13: bootstrap: mes-minimal-stripped: Do not strip bin.
Date: Thu, 20 Dec 2018 06:22:48 -0500 (EST)

janneke pushed a commit to branch core-updates
in repository guix.

commit efa1ea20e6010e71257076cfa4fd7ca0fe2b825c
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Wed Dec 12 15:55:54 2018 +0100

    bootstrap: mes-minimal-stripped: Do not strip bin.
    
    * gnu/packages/make-bootstrap.scm (%mes-minimal-stripped): Do not strip bin.
---
 gnu/packages/make-bootstrap.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index d0f8d62..7ce05fe 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -584,9 +584,11 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
 
          (setvbuf (current-output-port) _IOLBF)
          (let* ((out        (assoc-ref %outputs "out"))
+                (bindir     (string-append out "/bin"))
                 (libdir     (string-append out "/lib"))
                 (mes        (assoc-ref %build-inputs "mes")))
 
+           (copy-recursively (string-append mes "/bin") bindir)
            (copy-recursively (string-append mes "/lib") libdir)
            (copy-recursively (string-append mes "/share/mes/lib") libdir)
            (for-each remove-store-references



reply via email to

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