summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-07-16 17:42:19 +0000
committerIan Stakenvicius <axs@gentoo.org>2015-07-16 17:42:19 +0000
commit4a6a90a7227c88a0b51a0f6c3461051eccc3cadc (patch)
tree00135264f52d98df2abbd07c31ef8b7fa3501a02 /eclass
parentDrop old vulnerable version (diff)
downloadgentoo-2-4a6a90a7227c88a0b51a0f6c3461051eccc3cadc.tar.gz
gentoo-2-4a6a90a7227c88a0b51a0f6c3461051eccc3cadc.tar.bz2
gentoo-2-4a6a90a7227c88a0b51a0f6c3461051eccc3cadc.zip
minor update within mozlinguas.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/mozlinguas.eclass3
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3d4d88f4eb6a..4267120ebbb3 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1714 2015/07/16 17:31:04 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1715 2015/07/16 17:42:19 axs Exp $
+
+ 16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozlinguas.eclass:
+ minor update within mozlinguas.eclass
16 Jul 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozlinguas.eclass:
Fixed the mozlinguas.eclass upgrade, recommitting.
diff --git a/eclass/mozlinguas.eclass b/eclass/mozlinguas.eclass
index a3ec12e1928d..6fe5017371e6 100644
--- a/eclass/mozlinguas.eclass
+++ b/eclass/mozlinguas.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v 1.9 2015/07/16 17:31:04 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozlinguas.eclass,v 1.10 2015/07/16 17:42:19 axs Exp $
# @ECLASS: mozlinguas.eclass
# @MAINTAINER:
@@ -275,6 +275,7 @@ mozlinguas_xpistage_langpacks() {
if [[ -n ${1} ]] ; then modules=( $@ ) ; fi
mozlinguas_export
+ mkdir -p "${modpath}/chrome" || die
for l in "${mozlinguas[@]}"; do for c in "${modules[@]}" ; do
if [[ -e "${srcprefix}-${l}/chrome/${c}-${l}" ]]; then
cp -RLp -t "${modpath}/chrome" "${srcprefix}-${l}/chrome/${c}-${l}" || die