gnu: util-linux: Fix 'install phase.
* gnu/packages/linux.scm (util-linux)[arguments]: Add configure-flag to avoid calling 'chown' during the 'install phase.
This commit is contained in:
parent
edfecb9385
commit
db9107b90a
|
@ -527,6 +527,8 @@ providing the system administrator with some help in common tasks.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--disable-use-tty-group"
|
`(#:configure-flags (list "--disable-use-tty-group"
|
||||||
"--enable-fs-paths-default=/run/current-system/profile/sbin"
|
"--enable-fs-paths-default=/run/current-system/profile/sbin"
|
||||||
|
;; Don't try to chown root:root mount and umount
|
||||||
|
"--disable-makeinstall-chown"
|
||||||
;; Install completions where our
|
;; Install completions where our
|
||||||
;; bash-completion package expects them.
|
;; bash-completion package expects them.
|
||||||
(string-append "--with-bashcompletiondir="
|
(string-append "--with-bashcompletiondir="
|
||||||
|
|
Loading…
Reference in New Issue