diff options
author | 2015-07-16 17:42:19 +0000 | |
---|---|---|
committer | 2015-07-16 17:42:19 +0000 | |
commit | cc95fcdf15da38ec922ad040490e66d8a78ebac3 (patch) | |
tree | eda8eb2c0064eb8dfadc29c05095e963383d50e6 /eclass | |
parent | Drop old vulnerable version (diff) | |
download | historical-cc95fcdf15da38ec922ad040490e66d8a78ebac3.tar.gz historical-cc95fcdf15da38ec922ad040490e66d8a78ebac3.tar.bz2 historical-cc95fcdf15da38ec922ad040490e66d8a78ebac3.zip |
minor update within mozlinguas.eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/mozlinguas.eclass | 3 |
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 |