httpd: don't install suid executables into nix store
This commit is contained in:
parent
72ed360277
commit
b8bfc8dae2
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
sed -i -e 's/getline/getlineX/' extras/htpasswd.c
|
sed -i -e 's/getline/getlineX/' extras/htpasswd.c
|
||||||
|
sed -i -e 's/chmod 2755/chmod 755/' extras/Makefile.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user