From: "Ian Stakenvicius" <axs@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/
Date: Thu, 5 May 2016 14:45:30 +0000 (UTC) [thread overview]
Message-ID: <1462459471.7fc5aa1b3d7cb9b320237769e934f99d75150645.axs@gentoo> (raw)
commit: 7fc5aa1b3d7cb9b320237769e934f99d75150645
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 14:44:31 2016 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu May 5 14:44:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7fc5aa1b
scripts/generate_langpacks.sh: fixed a typo in a path
This typo kept langpacks from actually generating so it was kind of a big deal
scripts/generate_langpacks.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/scripts/generate_langpacks.sh b/scripts/generate_langpacks.sh
index bbeb745..8530e34 100755
--- a/scripts/generate_langpacks.sh
+++ b/scripts/generate_langpacks.sh
@@ -197,7 +197,7 @@ function package_gdata_provider {
# run the locales
for langpack_op in "${langpack_targets[@]}"; do
cd ${S}/${locale_buildpath}
- for ech_l10n in ${l10n_releasedir}/* ; do
+ for ech_l10n in ${l10n_releasedir}/src/* ; do
if [[ -d ${ech_l10n} ]]; then
abcd=${ech_l10n##*/}
# Need to set LOCALE_MERGEDIR to someplace that doesnt exist -- odd but whatever
@@ -205,9 +205,6 @@ for langpack_op in "${langpack_targets[@]}"; do
fi
done
- # get the langpacks
- cp -t ${l10n_releasedir}/ ${S}/dist/linux-*/xpi/*lang*
-
# package lightning and gdata-provider if calendar was a target
if ! [[ ${langpack_op/calendar/} == ${langpack_op} ]]; then
package_lightning
@@ -215,3 +212,7 @@ for langpack_op in "${langpack_targets[@]}"; do
fi
done
+
+# get the langpacks
+cp -t ${l10n_releasedir}/ ${S}/dist/linux-*/xpi/*lang*
+
next reply other threads:[~2016-05-05 14:45 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-05 14:45 Ian Stakenvicius [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-09 20:02 [gentoo-commits] proj/mozilla:master commit in: scripts/ Jory Pratt
2017-11-16 20:44 Ian Stakenvicius
2017-10-06 17:17 Ian Stakenvicius
2016-11-22 19:42 Ian Stakenvicius
2016-06-02 15:19 Ian Stakenvicius
2016-05-05 3:04 Ian Stakenvicius
2016-05-03 15:34 Ian Stakenvicius
2016-04-27 20:48 Ian Stakenvicius
2016-04-27 15:56 Ian Stakenvicius
2016-04-27 15:53 Ian Stakenvicius
2016-04-27 14:44 Ian Stakenvicius
2015-11-27 19:25 Ian Stakenvicius
2012-07-05 1:38 Jory Pratt
2012-05-23 10:30 Nirbheek Chauhan
2012-03-26 1:55 Jory Pratt
2012-02-18 14:39 Jory Pratt
2012-02-04 18:42 Nirbheek Chauhan
2012-01-30 13:36 Jory Pratt
2012-01-15 19:59 Jory Pratt
2011-07-06 4:22 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1462459471.7fc5aa1b3d7cb9b320237769e934f99d75150645.axs@gentoo \
--to=axs@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox