diff options
-rw-r--r-- | net-misc/icaclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index cb4c3d838c4a..56e2149be9b6 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icaclient # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.20 2005/05/18 02:15:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.21 2005/06/28 23:14:03 agriffis Exp $ + + 28 Jun 2005; Aron Griffis <agriffis@gentoo.org> icaclient-9.0.ebuild: + Fix use invocation *icaclient-9.0 (18 May 2005) diff --git a/net-misc/icaclient/icaclient-9.0.ebuild b/net-misc/icaclient/icaclient-9.0.ebuild index 70bb7934154b..abb89c26165f 100644 --- a/net-misc/icaclient/icaclient-9.0.ebuild +++ b/net-misc/icaclient/icaclient-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-9.0.ebuild,v 1.1 2005/05/18 02:15:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-9.0.ebuild,v 1.2 2005/06/28 23:14:03 agriffis Exp $ inherit multilib @@ -78,7 +78,7 @@ src_install() { insinto /usr/$(get_libdir)/nsbrowser/plugins dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so - if [ `use gnome` ]; then + if use gnome; then insinto /usr/share/applications doins lib/ICAClient/desktop/*.desktop fi |