From 531203e4beb13eb8f6150babbcd9f952bf87d610 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 15:59:59 +0000 Subject: Apply patch glibc-fedora-localedef.patch patch_name: glibc-fedora-localedef.patch present_in_specfile: true location_in_specfile: 5 --- diff --git a/localedata/Makefile b/localedata/Makefile index 13c5423..0fed95d 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -408,6 +408,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-locales-dir 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'; \