diff options
author | phantom <phantom@FreeBSD.org> | 2002-02-12 17:51:48 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-02-12 17:51:48 +0000 |
commit | 2e1850c46332c50a5bba0718a87020f1196a410b (patch) | |
tree | da4b6bacad8603af617dd6e4853de3d64b3f0a11 /share/monetdef | |
parent | f64c08b326147c90381bb91488d57e83e17a678b (diff) | |
download | FreeBSD-src-2e1850c46332c50a5bba0718a87020f1196a410b.zip FreeBSD-src-2e1850c46332c50a5bba0718a87020f1196a410b.tar.gz |
Unbreak fr_CH locale
Found by: tools/diag/localeck
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index cccdca9..1eafdba 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -49,8 +49,11 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS= en_AU en_CA en_GB en_NZ en_US LATIN15LINKS= af_ZA da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ en_US \ - es_ES fi_FI fr_CA fr_FR is_IS is_IS it_IT nl_NL no_NO \ - pt_PT sv_SE + es_ES fi_FI fr_CA fr_CH fr_FR is_IS is_IS it_IT \ + nl_NL no_NO pt_PT sv_SE + +CHSRC= de_CH +CHLINKS= fr_CH .SUFFIXES: .src .out @@ -72,5 +75,9 @@ afterinstall: ln -sf ../${link}.ISO8859-1/LC_MONETARY \ ${LOCALEDIR}/${link}.US-ASCII/LC_MONETARY .endfor +.for link in ${CHLINKS} + ln -sf ../${CHSRC}.ISO8859-1/LC_MONETARY \ + ${LOCALEDIR}/${link}.ISO8859-1/LC_MONETARY +.endfor .include <bsd.prog.mk> |