diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-29 15:33:04 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-29 15:33:04 +0000 |
commit | cd709b433a2f4d38bbf3f904791f1e1ed12f49b3 (patch) | |
tree | 0b76b31abe55240c12443f37977a273dd73d63f6 /app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild | |
parent | support multiple groups properly (diff) | |
download | gentoo-2-cd709b433a2f4d38bbf3f904791f1e1ed12f49b3.tar.gz gentoo-2-cd709b433a2f4d38bbf3f904791f1e1ed12f49b3.tar.bz2 gentoo-2-cd709b433a2f4d38bbf3f904791f1e1ed12f49b3.zip |
fix search path
Diffstat (limited to 'app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild')
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild index f1d9ddce90bb..8b00069e9c02 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.15.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-afpl/ghostscript-afpl-8.15.ebuild,v 1.1 2004/09/29 10:23:24 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild,v 1.2 2004/09/29 15:33:04 lanius Exp $ inherit eutils @@ -77,9 +77,9 @@ src_compile() { fi # search path fix - sed -i -e 's:$(gsdatadir)/lib:/usr/share/ghostscript/8.14/lib:' Makefile + sed -i -e 's:$(gsdatadir)/lib:/usr/share/ghostscript/8.15/lib:' Makefile sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' Makefile - sed -i -e 's:$(gsdatadir)/Resource:/usr/share/ghostscript/8.14/Resource:' Makefile + sed -i -e 's:$(gsdatadir)/Resource:/usr/share/ghostscript/8.15/Resource:' Makefile make || die "make failed" make so || die "make so failed" |