about summary refs log tree commit diff
path: root/nix.spec.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-11-20T16·10+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-11-20T16·10+0000
commitf3e2e6076abdd60dc6d6a4237c0cb0f130cc5271 (patch)
tree4fb49adce68d29d1d61177871eae6ded1b99de3f /nix.spec.in
parent53cca4a445e9dd429302765805d9563a8a176832 (diff)
Diffstat (limited to 'nix.spec.in')
-rw-r--r--nix.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in
index d4b2d4e3a9..b6189a1f6e 100644
--- a/nix.spec.in
+++ b/nix.spec.in
@@ -46,7 +46,7 @@ if test -n "%{enable_setuid}"; then
         extraFlags="$extraFlags --with-nix-group=%{nix_group}"
     fi
 fi
-./configure --prefix=%{_prefix} $extraFlags
+./configure --prefix=%{_prefix} --sysconfdir=/etc $extraFlags
 make
 make check