diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-04 12:49:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-04 12:49:43 +0200 |
commit | 67dfa1986d7e8af9a42ffa7c9d2b40599857cf19 (patch) | |
tree | 87364788f14fbf9ade52e18de680d80fcf535c97 /gnu-system.am | |
parent | 696062b1f06194f6c276ff6889ce2f19b1755eaf (diff) | |
download | guix-67dfa1986d7e8af9a42ffa7c9d2b40599857cf19.tar guix-67dfa1986d7e8af9a42ffa7c9d2b40599857cf19.tar.gz |
gnu: findutils: Use /var as the localstatedir, for 'updatedb'.
* gnu/packages/patches/findutils-localstatedir.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (findutils)[source]: Use it.
[arguments]: Pass --localstatedir=/var.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2641b9a3c5..6b2b1c7bf3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -416,6 +416,7 @@ dist_patch_DATA = \ gnu/packages/patches/emacs-exec-path.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ + gnu/packages/patches/findutils-localstatedir.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ gnu/packages/patches/flex-bison-tests.patch \ gnu/packages/patches/gawk-shell.patch \ |