nfs-utils: Replace reference to /bin/true
This commit is contained in:
parent
968e0b2baf
commit
b89a5b2210
|
@ -39,6 +39,9 @@ in stdenv.mkDerivation rec {
|
||||||
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
|
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
|
||||||
|
|
||||||
configureFlags="--with-start-statd=$out/bin/start-statd $configureFlags"
|
configureFlags="--with-start-statd=$out/bin/start-statd $configureFlags"
|
||||||
|
|
||||||
|
substituteInPlace systemd/nfs-utils.service \
|
||||||
|
--replace "/bin/true" "${coreutils}/bin/true"
|
||||||
|
|
||||||
substituteInPlace utils/mount/Makefile.in \
|
substituteInPlace utils/mount/Makefile.in \
|
||||||
--replace "chmod 4511" "chmod 0511"
|
--replace "chmod 4511" "chmod 0511"
|
||||||
|
|
Loading…
Reference in New Issue