[corlib] Update negative symbol for all cultures. Fixes #57496
[mono.git] / tools / locale-builder / Makefile.am
index 14186f12383ac2aa595080388af0b197617fab08..909fbc1d42f2f1e9b471e70e55b10ff17122cee6 100644 (file)
@@ -41,7 +41,7 @@ minimal: locale-builder.exe locale-data
        $(RUNTIME) locale-builder.exe --locales '$(MINIMAL_LOCALES)'
 
 locale-data:
-       if ! test -d CLDR/common ; then \
+       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