diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-01-08 23:29:20 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-01-08 23:29:20 +0000 |
commit | 44f91fde0af8676b18cce3303bdbeb0758c8dbf3 (patch) | |
tree | 4fabb439f9968584fdf4ac66c4b391ffa129f818 /eclass/mozextension.eclass | |
parent | Three line DESCRIPTIONs are bad and make baby jesus cry. Moving to <longdesc... (diff) | |
download | historical-44f91fde0af8676b18cce3303bdbeb0758c8dbf3.tar.gz historical-44f91fde0af8676b18cce3303bdbeb0758c8dbf3.tar.bz2 historical-44f91fde0af8676b18cce3303bdbeb0758c8dbf3.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.eclass | 4 |
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} |