diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:06:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:06:16 +0000 |
commit | 52fef5295c84c91fb916475e85de1781afa9ccc8 (patch) | |
tree | b4fcf8ca61c0c9186cba48e4671bd27f57514790 /dev-lang/squeak/squeak-3.2.5.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-52fef5295c84c91fb916475e85de1781afa9ccc8.tar.gz gentoo-2-52fef5295c84c91fb916475e85de1781afa9ccc8.tar.bz2 gentoo-2-52fef5295c84c91fb916475e85de1781afa9ccc8.zip |
Fix use invocation
Diffstat (limited to 'dev-lang/squeak/squeak-3.2.5.ebuild')
-rw-r--r-- | dev-lang/squeak/squeak-3.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/squeak/squeak-3.2.5.ebuild b/dev-lang/squeak/squeak-3.2.5.ebuild index f36e1345d0ca..ab5befb4f105 100644 --- a/dev-lang/squeak/squeak-3.2.5.ebuild +++ b/dev-lang/squeak/squeak-3.2.5.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/dev-lang/squeak/squeak-3.2.5.ebuild,v 1.7 2004/04/28 16:19:19 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.2.5.ebuild,v 1.8 2004/06/03 16:06:16 agriffis Exp $ DESCRIPTION="Highly-portable Smalltalk-80 implementation" HOMEPAGE="http://www.squeak.org/" @@ -87,7 +87,7 @@ src_install() { dodir /opt/netscape/plugins dosym /usr/lib/squeak/3.2-5/npsqueak.so /opt/netscape/plugins - if [ "`use mozilla`" ] ; then + if use mozilla ; then dodir /usr/lib/mozilla/plugins dosym /opt/netscape/plugins/npsqueak.so \ /usr/lib/mozilla/plugins/npsqueak.so |