summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-13 13:17:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-13 13:17:10 +0000
commit320d788d4a1a4886b782c38f7b4ceb8475484b2b (patch)
treec0482d74b829376b9ad4786352999e937785ab33 /eclass
parentUpdate Copyright years (diff)
downloadhistorical-320d788d4a1a4886b782c38f7b4ceb8475484b2b.tar.gz
historical-320d788d4a1a4886b782c38f7b4ceb8475484b2b.tar.bz2
historical-320d788d4a1a4886b782c38f7b4ceb8475484b2b.zip
small fix0rs
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-base.eclass7
-rw-r--r--eclass/kde.eclass4
2 files changed, 3 insertions, 8 deletions
diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass
index 82dc261ce445..632654926975 100644
--- a/eclass/kde-base.eclass
+++ b/eclass/kde-base.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.18 2002/10/25 19:57:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.19 2003/02/13 13:17:10 seemant Exp $
# This is the kde ebuild for std. kde-dependant apps which follow configure/make/make install
# procedures and have std. configure options.
@@ -13,8 +13,3 @@ newdepend /c
DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://apps.kde.com/"
-
-
-
-
-
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index f448c7109178..a64573ee2eec 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.69 2003/01/31 17:21:28 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.70 2003/02/13 13:17:10 seemant Exp $
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
inherit base kde-functions
ECLASS=kde
@@ -40,7 +40,7 @@ kde_src_unpack() {
# makefile regenerate any .cpp and .h files depending on them.
cd $S
debug-print "$FUNCNAME: Searching for .ui files in $PWD"
- UIFILES="`find . -name *.ui -print`"
+ UIFILES="`find . -name '*.ui' -print`"
debug-print "$FUNCNAME: .ui files found:"
debug-print "$UIFILES"
# done in two stages, because touch doens't have a silent/force mode