summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 5ba3745b5..fcb6ac357 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 \