httpd: don't install suid executables into nix store
Franz Pletz 8 years ago b8bfc8da 72ed3602
··· 11 11 12 12 prePatch = '' 13 13 sed -i -e 's/getline/getlineX/' extras/htpasswd.c 14 14 + sed -i -e 's/chmod 2755/chmod 755/' extras/Makefile.in 14 15 ''; 15 16 16 17 preInstall = ''