diff options
Diffstat (limited to 'app-text/ghostscript/ghostscript-7.07.1-r1.ebuild')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r1.ebuild | 6 |
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} } |