nfs-utils: Replace reference to /bin/true

This commit is contained in:
0xABAB 2017-07-06 20:43:22 +02:00 committed by GitHub
parent 968e0b2baf
commit b89a5b2210

View file

@ -39,6 +39,9 @@ in stdenv.mkDerivation rec {
sed -i "s,^PATH=.*,PATH=$out/bin:${statdPath}," utils/statd/start-statd
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 \
--replace "chmod 4511" "chmod 0511"