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 | 3464f7446118ef67aeccdde736cc2237f2f9772b (patch) | |
tree | 02b7ef08ccf93d5f2f004619e1193d53ea52001b /app-admin | |
parent | Added missing files (diff) | |
download | gentoo-2-3464f7446118ef67aeccdde736cc2237f2f9772b.tar.gz gentoo-2-3464f7446118ef67aeccdde736cc2237f2f9772b.tar.bz2 gentoo-2-3464f7446118ef67aeccdde736cc2237f2f9772b.zip |
forgot filterdlg.cpp/h
Diffstat (limited to 'app-admin')
-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 } |