aboutsummaryrefslogtreecommitdiff
path: root/share/monetdef/Makefile
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-08-28 13:24:24 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-08-28 13:24:24 +0000
commitef0ca90319798c4ef719d0915f49b0247d72d537 (patch)
tree5c31da01efea3d47f794e9f4d09d306de2e6a90d /share/monetdef/Makefile
parent1bbc832cce8bf7fa89c80b76012a2cde0e890796 (diff)
downloadsrc-ef0ca90319798c4ef719d0915f49b0247d72d537.tar.gz
src-ef0ca90319798c4ef719d0915f49b0247d72d537.zip
Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERIC
data files to the ISO8859-13 versions.
Notes
Notes: svn path=/head/; revision=134438
Diffstat (limited to 'share/monetdef/Makefile')
-rw-r--r--share/monetdef/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index e086256e6df9..0387661faeb5 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -164,5 +164,7 @@ afterinstall:
${LOCALEDIR}/eu_ES.ISO8859-15/LC_MONETARY
ln -sf ../es_ES.UTF-8/LC_MONETARY \
${LOCALEDIR}/eu_ES.UTF-8/LC_MONETARY
+ ln -sf ../lt_LT.ISO8859-13/LC_MONETARY \
+ ${LOCALEDIR}/lt_LT.ISO8859-4/LC_MONETARY
.include <bsd.prog.mk>