mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
11 lines
499 B
Diff
11 lines
499 B
Diff
--- glibc-2.27/localedata/Makefile~ 2018-02-07 22:31:00.968944449 +0000
|
|
+++ glibc-2.27/localedata/Makefile 2018-02-07 22:31:26.201764894 +0000
|
|
@@ -223,6 +223,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
|
|
echo -n '...'; \
|
|
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
|
|
$(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
|
|
+ --no-archive \
|
|
-i locales/$$input -f charmaps/$$charset \
|
|
$(addprefix --prefix=,$(install_root)) $$locale \
|
|
&& echo ' done'; \
|