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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user