Tag NLS aliases with package=runtime
POSIX and en_US.US_ASCII are aliases (symlinks) to the C locale. They were not previously tagged with a pkgbase pacakge. Add the tag so that they are handled correctly on pkgbase-installed/updated systems. Discussed with: manu
This commit is contained in:
parent
afbc3286fa
commit
d70cb9abf0
@ -164,7 +164,8 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
|
||||
.endif
|
||||
.if ${MK_NLS} != "no"
|
||||
.for alias nls in ${NLS_ALIASES}
|
||||
${INSTALL_SYMLINK} "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
|
||||
${INSTALL_SYMLINK} -T "package=utilities" \
|
||||
"${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user