1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 14:28:53 +02:00

bootstrap: mes-minimal-stripped: Do not strip bin.

* gnu/packages/make-bootstrap.scm (%mes-minimal-stripped): Do not strip bin.
This commit is contained in:
Jan Nieuwenhuizen
2018-12-12 15:55:54 +01:00
parent fafa78969e
commit efa1ea20e6
+2
View File
@@ -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