From 3407334ae2f972e6c8c12f3557734dc426e570fc Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 24 Jan 2020 14:40:37 +0000 Subject: [PATCH] revert r356990 to reapply with correct commit message Requested by: rgrimes --- etc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index dbb53309dca6..cdec5080a1f7 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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