Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2013 16:53:35 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245888 - head/usr.bin/ee
Message-ID:  <201301241653.r0OGrZ24009991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu Jan 24 16:53:35 2013
New Revision: 245888
URL: http://svnweb.freebsd.org/changeset/base/245888

Log:
  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.

Modified:
  head/usr.bin/ee/Makefile

Modified: head/usr.bin/ee/Makefile
==============================================================================
--- head/usr.bin/ee/Makefile	Thu Jan 24 16:38:47 2013	(r245887)
+++ head/usr.bin/ee/Makefile	Thu Jan 24 16:53:35 2013	(r245888)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301241653.r0OGrZ24009991>