diff options
Diffstat (limited to 'net-im/linpopup/linpopup-2.0.3.ebuild')
-rw-r--r-- | net-im/linpopup/linpopup-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/linpopup/linpopup-2.0.3.ebuild b/net-im/linpopup/linpopup-2.0.3.ebuild index 3c10c035a1ee..393710e8cf22 100644 --- a/net-im/linpopup/linpopup-2.0.3.ebuild +++ b/net-im/linpopup/linpopup-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.3.ebuild,v 1.2 2004/05/09 11:30:58 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.3.ebuild,v 1.3 2004/06/10 19:28:03 agriffis Exp $ inherit gnome2 @@ -27,7 +27,7 @@ S=${WORKDIR}/${P} src_install() { # Install icon and .desktop for menu entry - if [ `use gnome` ] ; then + if use gnome ; then insinto /usr/share/pixmaps newins ${S}/pixmaps/icon_256.xpm linpopup.xpm insinto /usr/share/applications |