diff options
Diffstat (limited to 'sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch')
-rw-r--r-- | sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch b/sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch deleted file mode 100644 index eaf419dd54d7..000000000000 --- a/sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- torque-1.2.0p5.orig/src/gui/Makefile.in 2005-08-12 22:58:34.000000000 -0700 -+++ torque-1.2.0p5/src/gui/Makefile.in 2005-08-12 23:02:43.000000000 -0700 -@@ -360,7 +360,7 @@ - # - @echo Install xpbs - $(INSTALL) -m 755 xpbs $(DESTDIR)$(bindir)/xpbs -- @chmod 755 $(bindir)/xpbs 2> /dev/null -+ chmod 755 $(DESTDIR)$(bindir)/xpbs 2> /dev/null - # - $(INSTALL) -m 755 buildindex $(DESTDIR)$(XPBS_LIB) - $(INSTALL) -m 644 xpbsrc $(DESTDIR)$(XPBS_LIB) |