torque: Patch out attempts to set special bits
This commit is contained in:
parent
b20b2af59f
commit
bb1e0b51de
@ -29,8 +29,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
for f in $(find ./ -name Makefile.in); do
|
for f in $(find ./ -name Makefile.in); do
|
||||||
echo patching $f...
|
echo patching $f...
|
||||||
sed -i $f -e '/PBS_MKDIRS/d'
|
sed -i $f -e '/PBS_MKDIRS/d' -e '/chmod u+s/d'
|
||||||
done
|
done
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user