Merge pull request #27186 from 0xABAB/patch-3

nfs-utils: Replace reference to /bin/true
This commit is contained in:
Jörg Thalheim 2017-07-07 09:14:18 +01:00 committed by GitHub
commit 5946143312

@ -40,6 +40,9 @@ in stdenv.mkDerivation rec {
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"
'';