2019-04-12 16:38:20 +10:00
|
|
|
diff --git a/localedata/Makefile b/localedata/Makefile
|
|
|
|
index a5f3c92d58954dfc..56719c7c714aa0f1 100644
|
|
|
|
--- a/localedata/Makefile
|
|
|
|
+++ b/localedata/Makefile
|
|
|
|
@@ -218,6 +218,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
|
2014-05-22 18:55:40 +11:00
|
|
|
echo -n '...'; \
|
|
|
|
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
|
2019-04-12 16:38:20 +10:00
|
|
|
$(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
|
2014-05-22 18:55:40 +11:00
|
|
|
+ --no-archive \
|
2019-04-12 16:38:20 +10:00
|
|
|
-i locales/$$input -f charmaps/$$charset \
|
2016-09-01 14:57:23 +10:00
|
|
|
$(addprefix --prefix=,$(install_root)) $$locale \
|
|
|
|
&& echo ' done'; \
|