diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-01-03 19:30:37 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-01-03 19:30:37 +0000 |
commit | 4ef67d6cf0fe0d1824fdca4233298931f72c80cc (patch) | |
tree | 0f43f01ecc796070ea50fe7d180e934cc5889c04 /app-admin/ktail | |
parent | Added missing files (diff) | |
download | historical-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.ebuild | 4 |
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 } |