From: Jim Meyering Date: Wed, 3 Jan 2001 09:45:32 +0000 (+0000) Subject: (install-data-yes): If the package is X-Git-Tag: FILEUTILS-4_0_36~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f13191b6f3719921ecd1f8df9cfa791f95030e6;p=thirdparty%2Fcoreutils.git (install-data-yes): If the package is fileutils, install LC_TIME as an alias for LC_MESSAGES. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5ba3745b5b..fcb6ac3572 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -150,6 +150,13 @@ install-data-yes: all true; \ fi; \ fi; \ + if test "$(PACKAGE)" = "fileutils"; then \ + timedir=$$destdir/$$lang/LC_TIME; \ + rm -fr $$timedir; \ + ln -s LC_MESSAGES $$timedir \ + || (mkdir $$timedir && ln $$dir/* $$timedir); \ + echo "installing $$timedir as an alias for $$dir"; \ + fi; \ done if test "$(PACKAGE)" = "gettext"; then \ if test -x "$(MKINSTALLDIRS)"; then \