summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-06-05 20:05:23 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-06-05 20:05:23 +0000
commitaf2d28122a00660b41ba84b04d4e9daea028b71e (patch)
tree88e91b59e6bd93e5c6a4ca97615e5fa2f8f773e6 /app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
parentFixed another issue where picolcd would not build correctly. (diff)
downloadgentoo-2-af2d28122a00660b41ba84b04d4e9daea028b71e.tar.gz
gentoo-2-af2d28122a00660b41ba84b04d4e9daea028b71e.tar.bz2
gentoo-2-af2d28122a00660b41ba84b04d4e9daea028b71e.zip
Fix sed call thanks to plasmaroo in bug 180996
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild')
-rw-r--r--app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
index 070513d5b649..78bb0ad8eace 100644
--- a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
+++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.3 2007/04/07 16:22:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.4 2007/06/05 20:05:23 genstef Exp $
WANT_AUTOMAKE=1.6
inherit autotools elisp-common eutils versionator flag-o-matic
@@ -87,7 +87,7 @@ src_unpack() {
-e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \
-e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
-e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
- src/Makefile.in src/*.mak || die "sed failed"
+ Makefile.in src/Makefile.in src/*.mak || die "sed failed"
}
src_compile() {