summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-02-13 08:57:48 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-02-13 08:57:48 +0000
commita92ddb365d62e4c4ca948ee00108d90e630b23c6 (patch)
tree9a9d01184fc0527ca3fd04ac26651d6f49c30f56 /eclass
parentVersion bump (diff)
downloadhistorical-a92ddb365d62e4c4ca948ee00108d90e630b23c6.tar.gz
historical-a92ddb365d62e4c4ca948ee00108d90e630b23c6.tar.bz2
historical-a92ddb365d62e4c4ca948ee00108d90e630b23c6.zip
xulrunner check only with non-bin
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozilla-launcher.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass
index 20425ac1e4f6..5a54d12443ce 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.18 2008/01/26 18:06:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.19 2008/02/13 08:57:48 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_beta1 ]] && use xulrunner ; then
+ if [[ ! ${PV} < 3.0_beta1 ]] && [[ ${PN: -4} != "-bin" ]] && use xulrunner ; then
declare appname=xulrunner
declare xulparams="export XUL_PARAMS=${libdir}/application.ini"
declare libdir="/usr/$(get_libdir)/xulrunner"