torque: Patch out attempts to set special bits

This commit is contained in:
Will Dietz 2017-06-16 07:27:23 -05:00
parent b20b2af59f
commit bb1e0b51de

View File

@ -29,8 +29,9 @@ stdenv.mkDerivation rec {
for f in $(find ./ -name Makefile.in); do
echo patching $f...
sed -i $f -e '/PBS_MKDIRS/d'
sed -i $f -e '/PBS_MKDIRS/d' -e '/chmod u+s/d'
done
'';
postInstall = ''