aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-11-26 18:57:18 -0500
committerIan Stakenvicius <axs@gentoo.org>2015-11-27 14:20:48 -0500
commitcf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2 (patch)
tree830e0ce0149445e085ed099e9c734b595bf45124 /scripts
parentsync thunderbird with main tree (diff)
downloadmozilla-cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2.tar.gz
mozilla-cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2.tar.bz2
mozilla-cf7fc21d10e0a019e27df1a72eb0bd0e1a74f0c2.zip
fixed uri in get_langs.sh script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_langs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh
index f533cb1a..50adba43 100755
--- a/scripts/get_langs.sh
+++ b/scripts/get_langs.sh
@@ -9,7 +9,7 @@ fi
INBUILT_LANGS="en en-US"
PRODUCT="${1}"
VER="${2}"
-MOZ_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${PRODUCT}/releases/${VER}"
+MOZ_URI="http://archive.mozilla.org/pub/mozilla.org/${PRODUCT}/releases/${VER}"
if [[ "${PRODUCT}" =~ (firefox|thunderbird|icecat) ]]; then
if [[ "${PRODUCT}" =~ icecat ]]; then
LANG_URI="http://gnuzilla.gnu.org/download/langpacks/${VER}"