diff options
Diffstat (limited to 'net-analyzer/wireshark/wireshark-1.4.3.ebuild')
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-1.4.3.ebuild b/net-analyzer/wireshark/wireshark-1.4.3.ebuild index 703848dc00bb..f5327c4a4025 100644 --- a/net-analyzer/wireshark/wireshark-1.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.5 2011/01/23 13:05:52 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.6 2011/01/23 13:49:30 pva Exp $ EAPI=2 PYTHON_DEPEND="python? 2" @@ -200,8 +200,7 @@ src_install() { newins image/${c}${d}-app-wireshark.png wireshark.png done done - insinto /usr/share/applications - doins wireshark.desktop || die + domenu wireshark.desktop || die fi } |