diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-18 18:00:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-18 18:00:52 +0000 |
commit | 01a6e6efe67905641f9c092d6b7fb708483a414a (patch) | |
tree | d0ccfc5364baf7578b3afb21b45ec23cf3862d60 /eclass/mozilla-launcher.eclass | |
parent | Add support for KEG_PO_DIR with USE_KEG_PACKAGING. Don't fail when there isn'... (diff) | |
download | gentoo-2-01a6e6efe67905641f9c092d6b7fb708483a414a.tar.gz gentoo-2-01a6e6efe67905641f9c092d6b7fb708483a414a.tar.bz2 gentoo-2-01a6e6efe67905641f9c092d6b7fb708483a414a.zip |
Fix typo
Diffstat (limited to 'eclass/mozilla-launcher.eclass')
-rw-r--r-- | eclass/mozilla-launcher.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass index b2a838b6d3cf..f6e123f00b48 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.21 2008/03/18 17:17:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.22 2008/03/18 18:00:52 armin76 Exp $ inherit nsplugins multilib @@ -71,7 +71,7 @@ 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-1.9 + declare appname=xulrunner declare xulparams="export XUL_PARAMS=${libdir}/application.ini" declare libdir="/usr/$(get_libdir)/xulrunner-1.9" else |