mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
11 lines
442 B
Diff
11 lines
442 B
Diff
|
--- ./localedata/Makefile.orig 2019-02-16 14:05:01.794154302 -0600
|
||
|
+++ ./localedata/Makefile 2019-02-16 14:06:25.744146460 -0600
|
||
|
@@ -413,6 +413,7 @@
|
||
|
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';
|