summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-01-03 19:30:37 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-01-03 19:30:37 +0000
commit4ef67d6cf0fe0d1824fdca4233298931f72c80cc (patch)
tree0f43f01ecc796070ea50fe7d180e934cc5889c04 /app-admin/ktail
parentAdded missing files (diff)
downloadhistorical-4ef67d6cf0fe0d1824fdca4233298931f72c80cc.tar.gz
historical-4ef67d6cf0fe0d1824fdca4233298931f72c80cc.tar.bz2
historical-4ef67d6cf0fe0d1824fdca4233298931f72c80cc.zip
forgot filterdlg.cpp/h
Diffstat (limited to 'app-admin/ktail')
-rw-r--r--app-admin/ktail/ktail-0.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ktail/ktail-0.6.1.ebuild b/app-admin/ktail/ktail-0.6.1.ebuild
index 04eb308496d0..a3980a185574 100644
--- a/app-admin/ktail/ktail-0.6.1.ebuild
+++ b/app-admin/ktail/ktail-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ktail/ktail-0.6.1.ebuild,v 1.12 2003/01/03 17:00:45 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ktail/ktail-0.6.1.ebuild,v 1.13 2003/01/03 19:30:37 hannes Exp $
inherit kde-base
@@ -18,5 +18,5 @@ src_unpack() {
unpack ${A}
cd ${S}/${PN}
rm removedlg.h removedlg.cpp logoptdlg.h logoptdlg.cpp cmdlinedlg.h \
- cmdlinedlg.cpp
+ cmdlinedlg.cpp filterdlg.h filterdlg.cpp
}