aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-03-10 19:02:46 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-03-10 19:02:46 +0000
commit7bf2e10beab4c406cbdfa3bf8c0522101891e9ff (patch)
tree4683d87d4f0fe51987602da705ef53900222fab0 /sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch
parentmatplotlib-0.87.1 version bump and doc clean (diff)
downloadsci-7bf2e10beab4c406cbdfa3bf8c0522101891e9ff.tar.gz
sci-7bf2e10beab4c406cbdfa3bf8c0522101891e9ff.tar.bz2
sci-7bf2e10beab4c406cbdfa3bf8c0522101891e9ff.zip
added sys-cluster/{torque,openmpi} very experimental ebuilds
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@117 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch')
-rw-r--r--sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch b/sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch
new file mode 100644
index 000000000..f13af48d0
--- /dev/null
+++ b/sys-cluster/torque/files/torque-2.0.0_p5-destdir-fixes.patch
@@ -0,0 +1,13 @@
+diff -urN torque-2.0.0p2/src/gui/Makefile.in torque-2.0.0p20patched/src/gui/Makefile.in
+--- torque-2.0.0p2/src/gui/Makefile.in 2005-12-11 14:05:12.000000000 +0100
++++ torque-2.0.0p2patched/src/gui/Makefile.in 2005-12-11 14:03:23.000000000 +0100
+@@ -155,7 +155,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)
+