diff options
author | Peter Volkov <pva@gentoo.org> | 2007-07-15 19:57:30 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-07-15 19:57:30 +0000 |
commit | 165d4ba8cb684c9bfc3fffc14f320d628a292650 (patch) | |
tree | e3618c12c8eeed116d3e68d8c42230564acc456f /net-analyzer/iftop/iftop-0.17.ebuild | |
parent | Take maintainership. (diff) | |
download | gentoo-2-165d4ba8cb684c9bfc3fffc14f320d628a292650.tar.gz gentoo-2-165d4ba8cb684c9bfc3fffc14f320d628a292650.tar.bz2 gentoo-2-165d4ba8cb684c9bfc3fffc14f320d628a292650.zip |
Fixed bug #185282 reported by Massimo Burcheri <massimo.burcheri AT gmx.de>. Now we do not install iftoprc in /etc/.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'net-analyzer/iftop/iftop-0.17.ebuild')
-rw-r--r-- | net-analyzer/iftop/iftop-0.17.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/iftop/iftop-0.17.ebuild b/net-analyzer/iftop/iftop-0.17.ebuild index 8ad45453ced7..0c21511cf5b8 100644 --- a/net-analyzer/iftop/iftop-0.17.ebuild +++ b/net-analyzer/iftop/iftop-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.17.ebuild,v 1.8 2007/06/27 13:27:17 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.17.ebuild,v 1.9 2007/07/15 19:57:30 pva Exp $ inherit eutils @@ -26,8 +26,5 @@ src_install() { dosbin iftop doman iftop.8 - insinto /etc - doins "${FILESDIR}"/iftoprc - - dodoc ChangeLog README + dodoc ChangeLog README "${FILESDIR}"/iftoprc } |