summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-09-29 15:33:04 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-09-29 15:33:04 +0000
commitcd709b433a2f4d38bbf3f904791f1e1ed12f49b3 (patch)
tree0b76b31abe55240c12443f37977a273dd73d63f6
parentsupport multiple groups properly (diff)
downloadgentoo-2-cd709b433a2f4d38bbf3f904791f1e1ed12f49b3.tar.gz
gentoo-2-cd709b433a2f4d38bbf3f904791f1e1ed12f49b3.tar.bz2
gentoo-2-cd709b433a2f4d38bbf3f904791f1e1ed12f49b3.zip
fix search path
-rw-r--r--app-text/ghostscript-afpl/ChangeLog6
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.15.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog
index 15216b72a76d..42baa8af3570 100644
--- a/app-text/ghostscript-afpl/ChangeLog
+++ b/app-text/ghostscript-afpl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ghostscript-afpl
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.22 2004/09/29 10:23:24 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.23 2004/09/29 15:33:04 lanius Exp $
+
+ 29 Sep 2004; Heinrich Wendel <lanius@gentoo.org>
+ ghostscript-afpl-8.15.ebuild:
+ fix search path
*ghostscript-afpl-8.15 (29 Sep 2004)
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"