From: Bruno Haible Date: Sun, 25 Nov 2018 01:06:56 +0000 (+0100) Subject: Amend 'Stop installing the intl/ subdir sources.' commit from 2018-11-11. X-Git-Tag: v0.20~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4e5740872f24a1c414f068ef24b62bfe5a743b;p=thirdparty%2Fgettext.git Amend 'Stop installing the intl/ subdir sources.' commit from 2018-11-11. * gettext-runtime/intl/Makefile.in (install-data, uninstall): Remove the entire $prefix/share/gettext/intl directory. --- diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 9ca5a76fe..b19f3f3c4 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -433,6 +433,11 @@ install-exec: all : ; \ fi install-data: all + if test "$(PACKAGE)" = "gettext-tools"; then \ + rm -rf $(DESTDIR)$(datadir)/gettext/intl; \ + else \ + : ; \ + fi install-strip: install @@ -491,9 +496,7 @@ uninstall: : ; \ fi if test "$(PACKAGE)" = "gettext-tools"; then \ - for file in VERSION COPYING.LIB $(DISTFILES.common) $(DISTFILES.generated); do \ - rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ - done; \ + rm -rf $(DESTDIR)$(datadir)/gettext/intl; \ else \ : ; \ fi