summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/java.eclass')
-rw-r--r--eclass/java.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/java.eclass b/eclass/java.eclass
index 7ca0387da855..868fcfd6b448 100644
--- a/eclass/java.eclass
+++ b/eclass/java.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.15 2003/12/23 16:51:44 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.16 2004/05/11 13:02:05 vapier Exp $
#
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
@@ -84,9 +84,8 @@ install_mozilla_plugin() {
local bn
bn=`basename $1`
- if [ "`use mozilla`" ] ; then
+ if use mozilla ; then
dodir /usr/lib/mozilla/plugins
dosym $1 /usr/lib/mozilla/plugins/${bn}
fi
}
-