httpd: don't install suid executables into nix store

This commit is contained in:
Franz Pletz 2017-06-26 21:13:41 +02:00
parent 72ed360277
commit b8bfc8dae2
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
prePatch = ''
sed -i -e 's/getline/getlineX/' extras/htpasswd.c
sed -i -e 's/chmod 2755/chmod 755/' extras/Makefile.in
'';
preInstall = ''