mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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:
parent
fafa78969e
commit
efa1ea20e6
1 changed files with 2 additions and 0 deletions
|
@ -584,9 +584,11 @@ (define-public %mes-minimal-stripped
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue