From db9107b90a1a152dc17a1414dcf1ca2761887a2f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 2 Nov 2017 22:35:15 +0200 Subject: gnu: util-linux: Fix 'install phase. * gnu/packages/linux.scm (util-linux)[arguments]: Add configure-flag to avoid calling 'chown' during the 'install phase. --- gnu/packages/linux.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9c7bc67fcb..2bd81901d7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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=" -- cgit v1.2.3