Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / locale-builder / Makefile.am
index d94c4b6058273cea63cc6eef1a97942dcff0015b..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/21/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