summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-06-29 12:06:05 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-06-29 12:06:05 +0000
commit86fc8241ee2e3a0e4f82633d9ea5223dcacc5a58 (patch)
tree8f431e2b5ceeea9660fc691d7590ce99220e8e18 /media-libs
parentmultilib fix by Tiago Cunha, bug #183621 (diff)
downloadgentoo-2-86fc8241ee2e3a0e4f82633d9ea5223dcacc5a58.tar.gz
gentoo-2-86fc8241ee2e3a0e4f82633d9ea5223dcacc5a58.tar.bz2
gentoo-2-86fc8241ee2e3a0e4f82633d9ea5223dcacc5a58.zip
fix the fix
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/sge/sge-030809.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sge/sge-030809.ebuild b/media-libs/sge/sge-030809.ebuild
index 0ecfe82aa8cf..0e532b6052db 100644
--- a/media-libs/sge/sge-030809.ebuild
+++ b/media-libs/sge/sge-030809.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/sge-030809.ebuild,v 1.8 2007/06/29 12:00:11 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sge/sge-030809.ebuild,v 1.9 2007/06/29 12:06:05 nyhm Exp $
inherit eutils multilib
@@ -27,7 +27,7 @@ src_unpack() {
"${FILESDIR}"/${P}-build.patch \
"${FILESDIR}"/${P}-freetype.patch \
"${FILESDIR}"/${P}-cmap.patch
- sed -i "/\$(PREFIX)/s:lib:$(get_libdir):g" Makefile \
+ sed -i "s:\$(PREFIX)/lib:\$(PREFIX)/$(get_libdir):" Makefile \
|| die "sed failed"
}