gnu: util-linux: Fix 'install phase.

* gnu/packages/linux.scm (util-linux)[arguments]: Add configure-flag to
avoid calling 'chown' during the 'install phase.
master
Efraim Flashner 2017-11-02 22:35:15 +02:00
parent edfecb9385
commit db9107b90a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -527,6 +527,8 @@ providing the system administrator with some help in common tasks.")
(arguments
`(#:configure-flags (list "--disable-use-tty-group"
"--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
;; bash-completion package expects them.
(string-append "--with-bashcompletiondir="