mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-30 23:16:47 +02:00
This commit is contained in:
parent
53cca4a445
commit
f3e2e6076a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if test -n "%{enable_setuid}"; then
|
||||||
extraFlags="$extraFlags --with-nix-group=%{nix_group}"
|
extraFlags="$extraFlags --with-nix-group=%{nix_group}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
./configure --prefix=%{_prefix} $extraFlags
|
./configure --prefix=%{_prefix} --sysconfdir=/etc $extraFlags
|
||||||
make
|
make
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue