diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-04-08 18:14:19 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-04-08 18:14:19 +0000 |
commit | f2aaae563fd2aa0da9943387acae4d39045f552c (patch) | |
tree | 4e794bda4d3bda0986a0b9e00bdc95a136809c59 /eclass/kde-dist.eclass | |
parent | new kde - see -core psots (diff) | |
download | historical-f2aaae563fd2aa0da9943387acae4d39045f552c.tar.gz historical-f2aaae563fd2aa0da9943387acae4d39045f552c.tar.bz2 historical-f2aaae563fd2aa0da9943387acae4d39045f552c.zip |
work around bug in portage
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index b7adaf477ac7..50479476e12e 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -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/eclass/kde-dist.eclass,v 1.37 2003/04/08 17:48:12 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.38 2003/04/08 18:14:19 danarmak Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -25,7 +25,7 @@ need-kde $PV # these use incrememntal patches so as to avoid downloadnig a lot of stuff all over if [ "$PV" == "3.1.1a" ]; then - PATCHES1="$PATCHES1 ${WORKDIR}/${P}.diff" + PATCHES1="${WORKDIR}/${P}.diff" export S="${WORKDIR}/${PN}-3.1.1" fi |