--- src/intl/gettext/Makefile.orig 2021-12-24 19:53:43 UTC +++ src/intl/gettext/Makefile @@ -49,14 +49,12 @@ install-local: $(builddir)/charset.alias all if test -f $(DESTDIR)$(libdir)/charset.alias; then \ orig=$(DESTDIR)$(libdir)/charset.alias; \ sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ rm -f $$temp; \ else \ if test $(GLIBC21) = no; then \ $(MKINSTALLDIRS) $(DESTDIR)$(libdir); \ orig=charset.alias; \ sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ rm -f $$temp; \ fi; \ fi; \ @@ -67,7 +65,6 @@ install-local: $(builddir)/charset.alias all temp=$(DESTDIR)$(localedir)/t-locale.alias; \ dest=$(DESTDIR)$(localedir)/locale.alias; \ sed -f ref-add.sed $$orig > $$temp; \ - $(INSTALL_DATA) $$temp $$dest; \ rm -f $$temp; \ else \ : ; \