summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-11-02 14:40:25 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-11-02 14:40:25 +0000
commitdaa07be68e5f1f71a7b33839fa665d9f6a7c6865 (patch)
tree21c61a39d152c589e1c30bd5769a68554b5741be /app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
parentMarked Stable on amd64. Bug #111102. (diff)
downloadgentoo-2-daa07be68e5f1f71a7b33839fa665d9f6a7c6865.tar.gz
gentoo-2-daa07be68e5f1f71a7b33839fa665d9f6a7c6865.tar.bz2
gentoo-2-daa07be68e5f1f71a7b33839fa665d9f6a7c6865.zip
Fix unpack with USE=-cups thanks to Hans-Werner Hilse <hilse@web.de> in bug 111240
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild')
-rw-r--r--app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
index 1f0e003f4029..f6e5611ff641 100644
--- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
+++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.53.ebuild,v 1.1 2005/11/02 00:29:49 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.2 2005/11/02 14:40:25 genstef Exp $
inherit eutils
@@ -52,11 +52,12 @@ src_unpack() {
#81418
sed -i 's:OUTPUTFILE="%stdout" $profile $6$:OUTPUTFILE="%stdout" $profile $6 -:' pstoraster
sed -i -e "s:pstopcl6:pstopxl:" cups.mak
- cd ..
- epatch ${FILESDIR}/gs852-lib.patch
+ cd ${S}
epatch ${FILESDIR}/gdevcups.patch
fi
+ cd ${S}
+ epatch ${FILESDIR}/gs852-lib.patch
epatch ${FILESDIR}/rinkj.patch
# enable cfax device (bug #56704)