mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
935f512c69
commit
0b7aa37f7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue