summaryrefslogtreecommitdiffstats
path: root/share/msgdef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-02-12 18:04:15 +0000
committerphantom <phantom@FreeBSD.org>2002-02-12 18:04:15 +0000
commit5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7 (patch)
tree8a86351a3729263b8457568ce4029a9a23f4ab2a /share/msgdef
parent6cc0b98fd544b6e1f239a493c8c742df2b6efdff (diff)
downloadFreeBSD-src-5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7.zip
FreeBSD-src-5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7.tar.gz
Unbreak it_CH locale
Found by: tools/diag/localeck
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index ea774ef..4843f42 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -50,6 +50,7 @@ GB_LINKS= en_AU en_NZ
FR_LINKS= fr_CA
DE_LINKS= de_AT de_CH
CZ_LINKS= sk_SK
+IT_LINKS= it_CH
.SUFFIXES: .src .out
@@ -89,6 +90,12 @@ afterinstall:
ln -sf ../de_DE.ISO8859-1/LC_MESSAGES \
${LOCALEDIR}/${link}.ISO8859-15/LC_MESSAGES
.endfor
+.for link in ${IT_LINKS}
+ ln -sf ../it_IT.ISO8859-1/LC_MESSAGES \
+ ${LOCALEDIR}/${link}.ISO8859-1/LC_MESSAGES
+ ln -sf ../it_IT.ISO8859-1/LC_MESSAGES \
+ ${LOCALEDIR}/${link}.ISO8859-15/LC_MESSAGES
+.endfor
.for link in ${CZ_LINKS}
ln -sf ../cs_CZ.ISO8859-2/LC_MESSAGES \
${LOCALEDIR}/${link}.ISO8859-2/LC_MESSAGES
OpenPOWER on IntegriCloud