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

* gnu/packages/make-bootstrap.scm (%mes-minimal-stripped): Do not strip bin.
master
Jan Nieuwenhuizen 2018-12-12 15:55:54 +01:00
parent fafa78969e
commit efa1ea20e6
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

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