diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-09-02 21:09:59 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-09-02 21:09:59 +0000 |
commit | 250440bbe0a8378c45ca21126663631ef98105e8 (patch) | |
tree | c7971fc9473683012dd1077764278c55fb053c3b /app-text/ghostscript/ghostscript-7.07.1-r3.ebuild | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-250440bbe0a8378c45ca21126663631ef98105e8.tar.gz gentoo-2-250440bbe0a8378c45ca21126663631ef98105e8.tar.bz2 gentoo-2-250440bbe0a8378c45ca21126663631ef98105e8.zip |
Transition to $(get_libdir)
Diffstat (limited to 'app-text/ghostscript/ghostscript-7.07.1-r3.ebuild')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild index 3a467fc15c3e..8d2518fa3365 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r3.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-r3.ebuild,v 1.4 2004/08/19 02:28:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r3.ebuild,v 1.5 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 # krgb support @@ -116,7 +116,7 @@ src_install() { # Install ijs cd ${S}/ijs - dodir /usr/bin /usr/include /usr/lib + dodir /usr/bin /usr/include /usr/$(get_libdir) # This is broken - there are not even a 'install_prefix' # anywhere in ${S}/ijs ... #einstall install_prefix=${D} |