tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
torque: Patch out attempts to set special bits
Will Dietz
8 years ago
bb1e0b51
b20b2af5
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
computing
torque
default.nix
+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
32
-
sed -i $f -e '/PBS_MKDIRS/d'
32
32
+
sed -i $f -e '/PBS_MKDIRS/d' -e '/chmod u+s/d'
33
33
done
34
34
+
34
35
'';
35
36
36
37
postInstall = ''