diff options
Diffstat (limited to 'eclass/mozilla-launcher.eclass')
-rw-r--r-- | eclass/mozilla-launcher.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass index 12f73a27dc3f..20425ac1e4f6 100644 --- a/eclass/mozilla-launcher.eclass +++ b/eclass/mozilla-launcher.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.17 2008/01/10 12:18:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.18 2008/01/26 18:06:40 armin76 Exp $ inherit nsplugins multilib @@ -69,7 +69,7 @@ install_mozilla_launcher_stub() { declare libdir=$2 # If we use xulrunner, the name of the binary should be the same - if [[ ! ${PV} < 3.0_pre20070202 ]] && use xulrunner ; then + if [[ ! ${PV} < 3.0_beta1 ]] && use xulrunner ; then declare appname=xulrunner declare xulparams="export XUL_PARAMS=${libdir}/application.ini" declare libdir="/usr/$(get_libdir)/xulrunner" |