guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: util-linux: Fix 'install phase.


From: Efraim Flashner
Subject: 01/02: gnu: util-linux: Fix 'install phase.
Date: Thu, 2 Nov 2017 16:48:30 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit db9107b90a1a152dc17a1414dcf1ca2761887a2f
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 2 22:35:15 2017 +0200

    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(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9c7bc67..2bd8190 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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]