summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2011-12-09 04:08:03 +0000
committerRyan Hill <dirtyepic@gentoo.org>2011-12-09 04:08:03 +0000
commit245c491b5db7e4613d2c0650773e0ff7558e6a56 (patch)
tree1b236b7dc0df6b7a89aee39caddc6bb0391fb93b /x11-libs/wxGTK/files
parentAlso ignore warnings when trying to delete old .keep files if the rcscripts/ ... (diff)
downloadgentoo-2-245c491b5db7e4613d2c0650773e0ff7558e6a56.tar.gz
gentoo-2-245c491b5db7e4613d2c0650773e0ff7558e6a56.tar.bz2
gentoo-2-245c491b5db7e4613d2c0650773e0ff7558e6a56.zip
Remove stray DESTDIR from collision patch that created a broken symlink in
binpkgs (bug #384725 by Thomas Rausch). (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/wxGTK/files')
-rw-r--r--x11-libs/wxGTK/files/wxGTK-2.8.11-collision.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/files/wxGTK-2.8.11-collision.patch b/x11-libs/wxGTK/files/wxGTK-2.8.11-collision.patch
index c41743a34ac0..1401b7fb922c 100644
--- a/x11-libs/wxGTK/files/wxGTK-2.8.11-collision.patch
+++ b/x11-libs/wxGTK/files/wxGTK-2.8.11-collision.patch
@@ -29,7 +29,7 @@ Prevent file collisions between multiple installed SLOTs.
$(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config
- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
+ (cd $(DESTDIR)$(bindir) && rm -f wx-config-$(WX_RELEASE) \
-+ && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config-$(WX_RELEASE))
++ && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config-$(WX_RELEASE))
locale_install:
$(INSTALL_DIR) $(DESTDIR)$(datadir)/locale