summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-01-08 23:29:20 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-01-08 23:29:20 +0000
commitf6a02554705192e434631f628b9c840ccaf70872 (patch)
tree0fb67dd0a844786deef9df283ea59e3bdbd3470f /eclass/mozextension.eclass
parentThree line DESCRIPTIONs are bad and make baby jesus cry. Moving to <longdesc... (diff)
downloadgentoo-2-f6a02554705192e434631f628b9c840ccaf70872.tar.gz
gentoo-2-f6a02554705192e434631f628b9c840ccaf70872.tar.bz2
gentoo-2-f6a02554705192e434631f628b9c840ccaf70872.zip
mozextension.eclass, replace spaces with tab, hope their dev will not kill me
mysql.eclass, latest eselect compatibility changes, final refinition to be effectively tested
Diffstat (limited to 'eclass/mozextension.eclass')
-rw-r--r--eclass/mozextension.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozextension.eclass b/eclass/mozextension.eclass
index 234ac0adbf92..370c499ab65b 100644
--- a/eclass/mozextension.eclass
+++ b/eclass/mozextension.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozextension.eclass,v 1.1 2006/01/08 14:19:53 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozextension.eclass,v 1.2 2006/01/08 23:29:20 vivo Exp $
#
# mozextention.eclass: installing firefox extensions and language packs
@@ -46,7 +46,7 @@ xpi_install() {
[[ ${#} -ne 1 ]] && die "$FUNCNAME takes exactly one argument, please specify an xpi to unpack"
x="${1}"
- cd ${x}
+ cd ${x}
# determine id for extension
emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' ${x}/install.rdf) || die "failed to determine extension id"
insinto "${MOZILLA_FIVE_HOME}"/extensions/${emid}