summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-18 17:17:02 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-18 17:17:02 +0000
commit3873e8101ba5b2ed15c95893725e40055a7e5478 (patch)
treed8d6fa293e197e611714c81156c9a35469a69b98 /eclass
parentStable for HPPA and SPARC (bug #213820). (diff)
downloadgentoo-2-3873e8101ba5b2ed15c95893725e40055a7e5478.tar.gz
gentoo-2-3873e8101ba5b2ed15c95893725e40055a7e5478.tar.bz2
gentoo-2-3873e8101ba5b2ed15c95893725e40055a7e5478.zip
Fix for slotted xul-1.9
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozilla-launcher.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass
index e5a7b733bff7..b2a838b6d3cf 100644
--- a/eclass/mozilla-launcher.eclass
+++ b/eclass/mozilla-launcher.eclass
@@ -1,6 +1,6 @@
# 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.20 2008/03/15 20:18:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.21 2008/03/18 17:17:02 armin76 Exp $
inherit nsplugins multilib
@@ -71,9 +71,9 @@ install_mozilla_launcher_stub() {
# If we use xulrunner, the name of the binary should be the same
if [[ ${name: -3} == "xul" ]]; then
name=${name/xul/}
- declare appname=xulrunner
+ declare appname=xulrunner-1.9
declare xulparams="export XUL_PARAMS=${libdir}/application.ini"
- declare libdir="/usr/$(get_libdir)/xulrunner"
+ declare libdir="/usr/$(get_libdir)/xulrunner-1.9"
else
declare appname=${name}
fi