gnu: util-linux: Add current system profile to fs search path.
authorJohn Darrington <jmd@gnu.org>
Wed, 16 Nov 2016 19:08:46 +0000 (20:08 +0100)
committerJohn Darrington <jmd@gnu.org>
Wed, 16 Nov 2016 19:13:41 +0000 (20:13 +0100)
* gnu/packages/linux.scm (util-linux)[arguments]: Add
"--enable-fs-paths-default=/run/current-system/profile/sbin"
to configure-flags.

gnu/packages/linux.scm

index 9518de4..c96155e 100644 (file)
@@ -472,7 +472,7 @@ providing the system administrator with some help in common tasks.")
                "static"))      ; >2 MiB of static .a libraries
     (arguments
      `(#:configure-flags (list "--disable-use-tty-group"
-
+                               "--enable-fs-paths-default=/run/current-system/profile/sbin"
                                ;; Install completions where our
                                ;; bash-completion package expects them.
                                (string-append "--with-bashcompletiondir="