summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-09-02 21:09:59 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-09-02 21:09:59 +0000
commitadcecef608d9948c8b4b4f37a141fbd87c1d232b (patch)
tree8f9f6ebba3ebdc004c68766bd50c68a3eed87e14 /app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
parentVersion bump. (diff)
downloadhistorical-adcecef608d9948c8b4b4f37a141fbd87c1d232b.tar.gz
historical-adcecef608d9948c8b4b4f37a141fbd87c1d232b.tar.bz2
historical-adcecef608d9948c8b4b4f37a141fbd87c1d232b.zip
Transition to $(get_libdir)
Diffstat (limited to 'app-text/ghostscript/ghostscript-7.07.1-r1.ebuild')
-rw-r--r--app-text/ghostscript/ghostscript-7.07.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
index 78a896f89e8b..d77cf4dc7108 100644
--- a/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
+++ b/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild,v 1.13 2004/08/04 16:10:14 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r1.ebuild,v 1.14 2004/09/02 21:09:59 kugelfang Exp $
inherit flag-o-matic eutils gcc
@@ -55,7 +55,7 @@ src_unpack() {
epatch ${FILESDIR}/gs7.05.6-gdevpx.patch
# search path fix
- sed -i -e 's:$(gsdatadir)/lib:/usr/share/ghostscript/7.07/lib:' Makefile.in
+ sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/7.07/$(get_libdir):" Makefile.in
sed -i -e 's:$(gsdir)/fonts:/usr/share/ghostscript/fonts:' Makefile.in
}
@@ -109,6 +109,6 @@ src_install() {
# Install ijs
cd ${S}/ijs
- dodir /usr/bin /usr/include /usr/lib
+ dodir /usr/bin /usr/include /usr/$(get_libdir)
einstall install_prefix=${D}
}