You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
599 B
11 lines
599 B
diff -Nru glibc-2.17-c758a686/localedata/Makefile glibc-2.17-c758a686/localedata/Makefile |
|
--- glibc-2.17-c758a686/localedata/Makefile 2012-06-05 07:42:49.000000000 -0600 |
|
+++ glibc-2.17-c758a686/localedata/Makefile 2012-06-07 12:15:21.776318827 -0600 |
|
@@ -211,6 +211,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo |
|
echo -n '...'; \ |
|
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \ |
|
$(LOCALEDEF) --alias-file=../intl/locale.alias \ |
|
+ --no-archive \ |
|
-i locales/$$input -c -f charmaps/$$charset \ |
|
$(addprefix --prefix=,$(install_root)) $$locale; \ |
|
echo ' done'; \
|
|
|