Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / locale-builder / Makefile.am
index 6f07f54588ef0f9e792987f888b468c9ca21c1a4..909fbc1d42f2f1e9b471e70e55b10ff17122cee6 100644 (file)
@@ -41,8 +41,8 @@ minimal: locale-builder.exe locale-data
        $(RUNTIME) locale-builder.exe --locales '$(MINIMAL_LOCALES)'
 
 locale-data:
-       if ! test -d CLDR/common ; then \
-               curl http://www.unicode.org/Public/cldr/24/core.zip -o core.zip ; \
+       if ! test -e CLDR/common/supplemental/supplementalData.xml ; then \
+               curl http://www.unicode.org/Public/cldr/30.0.2/core.zip -o core.zip ; \
                unzip core.zip -d CLDR ; \
        fi