aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-11-22 14:42:29 -0500
committerIan Stakenvicius <axs@gentoo.org>2016-11-22 14:42:29 -0500
commita8e7efc128222f12c386b7d8e28ff75ae92dcb26 (patch)
tree3c764f93883962f0046b5651ba532a5632d9490d /scripts
parentfirefox-50: add use flag for jack audio support, bug 600002 (diff)
downloadmozilla-a8e7efc128222f12c386b7d8e28ff75ae92dcb26.tar.gz
mozilla-a8e7efc128222f12c386b7d8e28ff75ae92dcb26.tar.bz2
mozilla-a8e7efc128222f12c386b7d8e28ff75ae92dcb26.zip
generate-langpacks.sh: strip '_pre*' from the search tag used against the L10N repos, to improve likeliness of a match
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_langpacks.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate_langpacks.sh b/scripts/generate_langpacks.sh
index e0552cb3..ad9f7cf4 100755
--- a/scripts/generate_langpacks.sh
+++ b/scripts/generate_langpacks.sh
@@ -52,6 +52,7 @@ if [[ ${uctarget/_BETA/} != ${uctarget} ]]; then
l10nrepo="mozilla-beta"
uctarget=${uctarget/_BETA/b}
fi
+uctarget=${uctarget%_PRE*}
l10n_releasedir="${LANGPACK_DESTDIR%/}/l10n-${target}"