diff options
author | 2005-08-13 06:29:14 +0000 | |
---|---|---|
committer | 2005-08-13 06:29:14 +0000 | |
commit | 74f609947e05fcccbd7bccfbb5a04fd1db679ff6 (patch) | |
tree | 92de3e2d41d137dfbfd83a3331cb1035231476e6 /sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch | |
parent | add blockers for >=sylpheed-claws-1.9.13 (diff) | |
download | gentoo-2-74f609947e05fcccbd7bccfbb5a04fd1db679ff6.tar.gz gentoo-2-74f609947e05fcccbd7bccfbb5a04fd1db679ff6.tar.bz2 gentoo-2-74f609947e05fcccbd7bccfbb5a04fd1db679ff6.zip |
Audit ebuild and package build system, fix more DESTDIR cases (bug #101326), and some setXid linking stuff.
(Portage version: 2.0.51.22-r2)
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, 11 insertions, 0 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 new file mode 100644 index 000000000000..eaf419dd54d7 --- /dev/null +++ b/sys-cluster/torque/files/torque-1.2.0_p5-destdir-fixes.patch @@ -0,0 +1,11 @@ +--- 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) |