From d9804e5011a58341aafbf4fadd00947f3e5f436e Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 16 Nov 2016 20:08:46 +0100 Subject: [PATCH] gnu: util-linux: Add current system profile to fs search path. * gnu/packages/linux.scm (util-linux)[arguments]: Add "--enable-fs-paths-default=/run/current-system/profile/sbin" to configure-flags. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9518de4782..c96155e7f3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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="