diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:27:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:27:07 +0000 |
commit | 7ebb7aa1abf39f5177baf973847bee0d51654294 (patch) | |
tree | 21f4c9f002d1faee60b5c0a677b568d4fcc3fa40 /net-im/gyach/gyach-0.9.7.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.tar.gz gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.tar.bz2 gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.zip |
Fix use invocation
Diffstat (limited to 'net-im/gyach/gyach-0.9.7.ebuild')
-rw-r--r-- | net-im/gyach/gyach-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gyach/gyach-0.9.7.ebuild b/net-im/gyach/gyach-0.9.7.ebuild index 99a52c32b41f..47943d285048 100644 --- a/net-im/gyach/gyach-0.9.7.ebuild +++ b/net-im/gyach/gyach-0.9.7.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/gyach/gyach-0.9.7.ebuild,v 1.1 2004/02/03 06:29:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gyach/gyach-0.9.7.ebuild,v 1.2 2004/06/10 19:22:32 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+-based Yahoo! chat client" @@ -24,7 +24,7 @@ src_install() { dodoc sample.* # install icon and desktop entry for gnome - if [ "`use gnome`" ] ; then + if use gnome ; then insinto /usr/share/pixmaps doins ${D}/usr/share/gyach/pixmaps/gyach-icon.xpm insinto /usr/share/gnome/apps/Internet |