diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 18:06:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 18:06:40 +0000 |
commit | bb0e86444a3087a1168b5bcdf1162f005a2be990 (patch) | |
tree | f4e562c25ef24b965fa490dfc869bd422007cdca /eclass/mozilla-launcher.eclass | |
parent | keyword ~x86-fbsd too (diff) | |
download | historical-bb0e86444a3087a1168b5bcdf1162f005a2be990.tar.gz historical-bb0e86444a3087a1168b5bcdf1162f005a2be990.tar.bz2 historical-bb0e86444a3087a1168b5bcdf1162f005a2be990.zip |
Fix mozilla-launcher with firefox-3.0_beta, thanks to agaffney
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" |