diff options
author | 2003-12-31 15:18:16 +0000 | |
---|---|---|
committer | 2003-12-31 15:18:16 +0000 | |
commit | 99d5fc3d9f4f5732c03203cd1609300b5060323a (patch) | |
tree | 5055b8886483191c29ddfda47c69aaa575a771ec /app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild | |
parent | Fix Rules.make to work with hppa64-linux-ld. (diff) | |
download | historical-99d5fc3d9f4f5732c03203cd1609300b5060323a.tar.gz historical-99d5fc3d9f4f5732c03203cd1609300b5060323a.tar.bz2 historical-99d5fc3d9f4f5732c03203cd1609300b5060323a.zip |
Added fix for bug #36420 so that the gentoo patch will succeed in all cases.
Diffstat (limited to 'app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild')
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild b/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild index 1b3a62dbaab7..0a2e9dddf375 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild,v 1.1 2003/12/16 22:03:01 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.7-r3.ebuild,v 1.2 2003/12/31 15:18:07 weeve Exp $ inherit flag-o-matic eutils @@ -47,6 +47,10 @@ src_unpack() { done fi + # Make sure we're in ${S} or the below patch for k3 bwill fail. + # Fixes bug #36420. + cd ${S} + # Add '-gentoo' to version, so that k3b, etc can detect that we have # a special version that includes scglib support. epatch ${FILESDIR}/${P}-gentoo-version.patch |