diff options
author | phantom <phantom@FreeBSD.org> | 2002-02-12 18:04:15 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-02-12 18:04:15 +0000 |
commit | 5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7 (patch) | |
tree | 8a86351a3729263b8457568ce4029a9a23f4ab2a /share/numericdef | |
parent | 6cc0b98fd544b6e1f239a493c8c742df2b6efdff (diff) | |
download | FreeBSD-src-5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7.zip FreeBSD-src-5b9c5786a7bbe9a3b0306076f8a17fc0bbcabdd7.tar.gz |
Unbreak it_CH locale
Found by: tools/diag/localeck
Diffstat (limited to 'share/numericdef')
-rw-r--r-- | share/numericdef/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 7687ad3..01fcb7a 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -42,12 +42,13 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS= en_US LATIN15LINKS= af_ZA da_DK de_DE en_US es_ES fi_FI fr_FR is_IS \ - it_IT nl_NL no_NO pt_PT sv_SE + it_CH it_IT nl_NL no_NO pt_PT sv_SE US_LINKS= en_CA en_GB GB_LINKS= en_AU en_NZ FR_LINKS= fr_CA fr_CH DE_LINKS= de_AT de_CH +IT_LINKS= it_CH .SUFFIXES: .src .out @@ -93,6 +94,12 @@ afterinstall: ln -sf ../de_DE.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC .endfor +.for link in ${IT_LINKS} + ln -sf ../it_IT.ISO8859-1/LC_NUMERIC \ + ${LOCALEDIR}/${link}.ISO8859-1/LC_NUMERIC + ln -sf ../it_IT.ISO8859-1/LC_NUMERIC \ + ${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC +.endfor .for link in ${ASCIILINKS} ln -sf ../${link}.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC |