gnu: busybox: Don't install to usr.
* gnu/packages/busybox.scm (busybox)[arguments]: Add a custom phase to prevent installing to %PREFIX/usr.
This commit is contained in:
parent
de2d14f2ff
commit
505459d7cb
@ -54,6 +54,12 @@
|
||||
#t))
|
||||
(replace 'configure
|
||||
(lambda _ (invoke "make" "defconfig")))
|
||||
(add-after 'configure 'dont-install-to-usr
|
||||
(lambda _
|
||||
(substitute* ".config"
|
||||
(("# CONFIG_INSTALL_NO_USR is not set")
|
||||
"CONFIG_INSTALL_NO_USR=y"))
|
||||
#t))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(substitute* '("testsuite/du/du-s-works"
|
||||
|
Loading…
Reference in New Issue
Block a user