logcheck: Don't set special permissions

This commit is contained in:
Will Dietz 2017-06-16 06:48:04 -05:00
parent 3d5409ac97
commit 714cd37b21

View File

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
sha256 = "1x4skb5nmv2xj8cygj8pq1rd1ws4m2fsibw54yslgdyjri4r2yq7";
};
prePatch = ''
substituteInPlace Makefile --replace 2750 0750
'';
preConfigure = ''
substituteInPlace src/logtail --replace "/usr/bin/perl" "${perl}/bin/perl"
substituteInPlace src/logtail2 --replace "/usr/bin/perl" "${perl}/bin/perl"