summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-12-27 17:55:13 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-12-27 17:55:13 +0000
commit78f3c358b427938abe86e9f48677e91f68ba2764 (patch)
tree50ac6aed0c5c35a2cda7fed3b8522985a1de9f86 /eclass/mozextension.eclass
parentStable for ppc/ppc64; bug #395543 (diff)
downloadhistorical-78f3c358b427938abe86e9f48677e91f68ba2764.tar.gz
historical-78f3c358b427938abe86e9f48677e91f68ba2764.tar.bz2
historical-78f3c358b427938abe86e9f48677e91f68ba2764.zip
Update copyright years in headers
Diffstat (limited to 'eclass/mozextension.eclass')
-rw-r--r--eclass/mozextension.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mozextension.eclass b/eclass/mozextension.eclass
index 6029538c9e6f..a568ccd0ac33 100644
--- a/eclass/mozextension.eclass
+++ b/eclass/mozextension.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozextension.eclass,v 1.6 2011/10/31 12:28:14 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozextension.eclass,v 1.7 2011/12/27 17:55:12 fauli Exp $
#
# @ECLASS: mozextension.eclass
# @MAINTAINER:
@@ -33,7 +33,7 @@ xpi_unpack() {
case "${xpi##*.}" in
ZIP|zip|jar|xpi)
mkdir "${WORKDIR}/${xpiname}" && \
- unzip -qo "${srcdir}${xpi}" -d "${WORKDIR}/${xpiname}" || die "failed to unpack ${xpi}"
+ unzip -qo "${srcdir}${xpi}" -d "${WORKDIR}/${xpiname}" || die "failed to unpack ${xpi}"
;;
*)
einfo "unpack ${xpi}: file format not recognized. Ignoring."