mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix cut&paste error
This commit is contained in:
parent
1a5bb1b602
commit
907ddf9c39
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ afterinstall:
|
|||
${LOCALEDIR}/${link}.ISO_8859-2/LC_CTYPE
|
||||
.endfor
|
||||
.for link in ${LATIN4LINKS}
|
||||
ln -fs ../la_LN.ISO_8859-4/LC_CTYPE \
|
||||
${LOCALEDIR}/${link}.ISO_8859-4/LC_CTYPE
|
||||
ln -fs ../la_LN.ISO_8859-4/LC_CTYPE \
|
||||
${LOCALEDIR}/${link}.ISO_8859-4/LC_CTYPE
|
||||
.endfor
|
||||
ln -fs ../ja_JP.SJIS/LC_CTYPE \
|
||||
${LOCALEDIR}/ja_JP.Shift_JIS/LC_CTYPE
|
||||
|
|
|
|||
Loading…
Reference in a new issue