mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Install additional en_US links
This commit is contained in:
parent
bfa2fcca85
commit
064484f9b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78022
@ -12,7 +12,7 @@ LDADD= -lncurses
|
||||
|
||||
LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2 \
|
||||
uk_UA.KOI8-U ru_RU.KOI8-R
|
||||
8859_15_LINKS = fr_FR de_DE
|
||||
8859_15_LINKS = en_US fr_FR de_DE
|
||||
|
||||
FILES= ${LANGS:S/$/.ee.cat/}
|
||||
CLEANFILES+= ${FILES}
|
||||
@ -33,5 +33,7 @@ beforeinstall:
|
||||
ln -sf ../${link}.ISO8859-1/ee.cat \
|
||||
${DESTDIR}${NLSDIR}/${link}.ISO8859-15/ee.cat
|
||||
.endfor
|
||||
ln -sf ../en_US.ISO8859-1/ee.cat \
|
||||
${DESTDIR}${NLSDIR}/C/ee.cat
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user