revert r356990 to reapply with correct commit message

Requested by:	rgrimes
This commit is contained in:
Ed Maste 2020-01-24 14:40:37 +00:00
parent b9a6330da3
commit 3407334ae2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357079

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