mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ISO_ -> ISO
This commit is contained in:
parent
f2a2da8322
commit
22df530d11
2 changed files with 6 additions and 6 deletions
|
|
@ -76,7 +76,7 @@ OBJFORMAT?= elf
|
|||
|
||||
# Uncomment and modify this definition if you want the release notes
|
||||
# and other release documentation in a language other than English.
|
||||
#RELNOTES_LANG= en_US.ISO_8859-1
|
||||
#RELNOTES_LANG= en_US.ISO8859-1
|
||||
|
||||
# As an alternative to installing the entire ports collection (which
|
||||
# can take a huge amount of time, in particular on slower disks),
|
||||
|
|
@ -337,7 +337,7 @@ rerelease release:
|
|||
.if defined(ALLLANG) && ${ALLLANG} != "NO" && ${ALLLANG} != "no"
|
||||
echo "export ALLLANG=${ALLLANG}" >> ${CHROOTDIR}/mk
|
||||
.else
|
||||
echo "export DOC_LANG=en_US.ISO_8859-1" >> ${CHROOTDIR}/mk
|
||||
echo "export DOC_LANG=en_US.ISO8859-1" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(NOSRC)
|
||||
echo "export NOSRC=${NOSRC}" >> ${CHROOTDIR}/mk
|
||||
|
|
@ -345,7 +345,7 @@ rerelease release:
|
|||
.if defined(RELNOTES_LANG)
|
||||
echo "export RELNOTES_LANG=${RELNOTES_LANG}" >> ${CHROOTDIR}/mk
|
||||
.else
|
||||
echo "export RELNOTES_LANG=en_US.ISO_8859-1" >> ${CHROOTDIR}/mk
|
||||
echo "export RELNOTES_LANG=en_US.ISO8859-1" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(NOSHARED)
|
||||
echo "export NOSHARED=${NOSHARED}" >> ${CHROOTDIR}/mk
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@ MY_DEVS="std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0 \
|
|||
psm0 \
|
||||
wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4"
|
||||
#.if ${LANGUAGE} == pl
|
||||
#LOCALE=pl_PL.ISO_8859-2
|
||||
#LOCALE=pl_PL.ISO8859-2
|
||||
#LOCALE_LINKS=${PL_LOCALE_LINKS}
|
||||
#FONT=iso02-8x16.fnt
|
||||
#KBD=pl_PL.ISO_8859-2.kbd
|
||||
#KBD=pl_PL.ISO8859-2.kbd
|
||||
#.else
|
||||
#LOCALE=en_US.ISO_8859-1
|
||||
#LOCALE=en_US.ISO8859-1
|
||||
#LOCALE_LINKS=${US_LOCALE_LINKS}
|
||||
#.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue