httpd: don't install suid executables into nix store

This commit is contained in:
Franz Pletz
2017-06-27 01:51:18 +02:00
parent 72ed360277
commit b8bfc8dae2
+1
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 = ''