]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(install-data-yes): If the package is
authorJim Meyering <jim@meyering.net>
Wed, 3 Jan 2001 09:45:32 +0000 (09:45 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Jan 2001 09:45:32 +0000 (09:45 +0000)
fileutils, install LC_TIME as an alias for LC_MESSAGES.

po/Makefile.in.in

index 5ba3745b5b38da3e68b98a46feec898bdfe468b0..fcb6ac35723270b54335202633cddf496e22dbb3 100644 (file)
@@ -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 \