local-all-no-archive
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 29 Oct 2018 20:36:01 +0000 (20:36 +0000)
committerSamuel Thibault <sthibault@debian.org>
Mon, 29 Oct 2018 20:36:01 +0000 (20:36 +0000)
Gbp-Pq: Topic localedata
Gbp-Pq: Name local-all-no-archive.diff

localedata/Makefile

index 34877c0713a6b487a67d010db501faaf2a6a703f..321d52903b8d20bb6856a4313746fea1551fe443 100644 (file)
@@ -222,7 +222,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
        echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
        echo -n '...'; \
        input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
-       $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
+       $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias --no-archive \
                     -i locales/$$input -f charmaps/$$charset \
                     $(addprefix --prefix=,$(install_root)) $$locale \
        && echo ' done'; \