torque: Patch out attempts to set special bits
This commit is contained in:
parent
b20b2af59f
commit
bb1e0b51de
1 changed files with 2 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue