mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
fixup gnu: musl-boot0: Improve the install phase.
Change-Id: Id7ac782bf5fe9d6cce308ebd8271b0b4b43b704a
This commit is contained in:
@@ -982,14 +982,13 @@ MesCC-Tools), and finally M2-Planet.")
|
||||
(lib (string-append out "/lib"))
|
||||
(incl (string-append out "/include"))
|
||||
;; Taken from the ARCH variable in configure.
|
||||
(arch #$(cond
|
||||
((target-x86-32?) "i386")
|
||||
((target-x32?) "x32")
|
||||
((target-arm32?) "arm")
|
||||
((target-ppc64le?) "powerpc64")
|
||||
(#t (string-take
|
||||
(%current-system)
|
||||
(string-index (%current-system) #\-))))))
|
||||
(arch #$(cond ((target-x86-32?) "i386")
|
||||
((target-x32?) "x32")
|
||||
((target-arm32?) "arm")
|
||||
((target-ppc64le?) "powerpc64")
|
||||
(#t (string-take
|
||||
(%current-system)
|
||||
(string-index (%current-system) #\-))))))
|
||||
(for-each (lambda (file)
|
||||
(when (file-exists? file)
|
||||
(install-file file bin)))
|
||||
|
||||
Reference in New Issue
Block a user