MozillaFirefox/create-tar.sh
branchfirefox78
changeset 1138 4ac678bd2a26
parent 1119 4c5d44d40a03
child 1155 b8c834aafde2
--- a/MozillaFirefox/create-tar.sh	Sun Jun 28 08:52:27 2020 +0200
+++ b/MozillaFirefox/create-tar.sh	Thu Jul 23 16:00:58 2020 +0200
@@ -181,10 +181,7 @@
 BUILD_ID=$(get_build_number "$VERSION$VERSION_SUFFIX")
 
 if [ -z ${SKIP_LOCALES+x} ]; then
-  # TODO: Thunderbird has usually "default" as locale entry. 
-  # There we probably need to double-check Firefox-locals
-  # For now, just download every time for Thunderbird
-  if [ "$PRODUCT" = "firefox" ] && [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then
+  if [ "$PREV_VERSION" != "" ] && locales_unchanged "$BUILD_ID"; then
     printf "%-40s: Did not change. Skipping.\n" "locales"
     LOCALES_CHANGED=0
   else