torque: Patch out attempts to set special bits

+2 -1
+2 -1
pkgs/servers/computing/torque/default.nix
··· 29 29 30 30 for f in $(find ./ -name Makefile.in); do 31 31 echo patching $f... 32 - sed -i $f -e '/PBS_MKDIRS/d' 32 + sed -i $f -e '/PBS_MKDIRS/d' -e '/chmod u+s/d' 33 33 done 34 + 34 35 ''; 35 36 36 37 postInstall = ''