From 5703427770eb6696740443850ffdfd9aa2c52e99 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sun, 8 Dec 1996 07:21:33 +0000 Subject: [PATCH] Whoops, also fix time for those watchmakers to the north... --- share/timedef/data/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index bcc6b8d544c..f12e5822ef5 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -10,6 +10,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale DE_LINKS = de_AT de_CH FR_LINKS = fr_BE fr_CA fr_CH +IT_LINKS = it_CH .SUFFIXES: .src .out @@ -31,5 +32,9 @@ afterinstall: ln -fs ../fr_FR.ISO_8859-1/LC_TIME \ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \ done + for l in ${IT_LINKS}; do \ + ln -fs ../it_IT.ISO_8859-1/LC_TIME \ + ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \ + done .include