summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-24 16:53:35 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-24 16:53:35 +0000
commit94e6ca822dcdde4f67df9402f57d5031106b551a (patch)
tree445749dd7c99530e71f009ac326a41ddf8fa70c1
parent28f52e1e5a8f19f88ebe5d7325aa92d250abdcea (diff)
downloadFreeBSD-src-94e6ca822dcdde4f67df9402f57d5031106b551a.zip
FreeBSD-src-94e6ca822dcdde4f67df9402f57d5031106b551a.tar.gz
Install the NLS catalog in the C directory rather than en_US.US-ASCII
which is a link to C. This allow the makefs mtree manifest mode to find the file.
-rw-r--r--usr.bin/ee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index ffa47b9..2236777 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -13,7 +13,7 @@ LDADD= -lncurses
WARNS?= 2
-NLS= en_US.US-ASCII fr_FR.ISO8859-1 de_DE.ISO8859-1 pl_PL.ISO8859-2 \
+NLS= C fr_FR.ISO8859-1 de_DE.ISO8859-1 pl_PL.ISO8859-2 \
uk_UA.KOI8-U pt_BR.ISO8859-1 ru_RU.KOI8-R hu_HU.ISO8859-2
NLSLINKS_en_US.US-ASCII= en_US.ISO8859-1 en_US.ISO8859-15
OpenPOWER on IntegriCloud