summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-12-25 11:10:16 +0000
committerphantom <phantom@FreeBSD.org>2001-12-25 11:10:16 +0000
commitaf2d36204bdbef926d7272635b6a719c7432875f (patch)
tree339d379c07fbdfe72931f972f178e00815f05ad7 /share/timedef
parenta74b673ea9be422eeb971824aab0fea31557fd7f (diff)
downloadFreeBSD-src-af2d36204bdbef926d7272635b6a719c7432875f.zip
FreeBSD-src-af2d36204bdbef926d7272635b6a719c7432875f.tar.gz
Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's.
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 5e7cf00..8b841e8 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -117,5 +117,9 @@ afterinstall:
${LOCALEDIR}/en_GB.US-ASCII/LC_TIME
ln -fs ../en_US.ISO8859-1/LC_TIME \
${LOCALEDIR}/en_US.US-ASCII/LC_TIME
+ ln -fs ../en_US.ISO8859-1/LC_TIME \
+ ${LOCALEDIR}/af_ZA.ISO8859-1/LC_TIME
+ ln -fs ../en_US.ISO8859-15/LC_TIME \
+ ${LOCALEDIR}/af_ZA.ISO8859-15/LC_TIME
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud