diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-10-10 18:24:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-10-10 18:24:09 +0000 |
commit | 6c187859989cdab6195c3b5cb3d0d1ef1b5f0ba6 (patch) | |
tree | 6e83601204b329b07a749c84e8e771c04aea8f99 /eclass/kde-source.eclass | |
parent | Version bumped. Closes #26471 (diff) | |
download | gentoo-2-6c187859989cdab6195c3b5cb3d0d1ef1b5f0ba6.tar.gz gentoo-2-6c187859989cdab6195c3b5cb3d0d1ef1b5f0ba6.tar.bz2 gentoo-2-6c187859989cdab6195c3b5cb3d0d1ef1b5f0ba6.zip |
let's try a fix from Pascal and see if it makes people happy or sad
Diffstat (limited to 'eclass/kde-source.eclass')
-rw-r--r-- | eclass/kde-source.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-source.eclass b/eclass/kde-source.eclass index 84f074249c1b..60e70a413274 100644 --- a/eclass/kde-source.eclass +++ b/eclass/kde-source.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-source.eclass,v 1.18 2003/07/17 14:55:10 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.19 2003/10/10 18:24:09 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -137,7 +137,7 @@ kde-source_src_unpack() { # make sure we give them a clean cvs checkout cd ${S} - [ -f "Makefile" ] && make -f Makefile.cvs cvs-clean + [ -f "admin/cvs-clean.pl" ] && make -f admin/Makefile.common cvs-clean [ -f "config.cache" ] && rm config.cache } |