revert r356990 to reapply with correct commit message

Requested by:	rgrimes
This commit is contained in:
emaste 2020-01-24 14:40:37 +00:00
parent d22d1cb947
commit 162ba9a401

View File

@ -164,8 +164,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
.endif
.if ${MK_NLS} != "no"
.for alias nls in ${NLS_ALIASES}
${INSTALL_SYMLINK} -T "package=utilities" \
"${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
${INSTALL_SYMLINK} "${nls}" "${DESTDIR}${SHAREDIR}/nls/${alias}"
.endfor
.endif