summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index cdec5080a1f78..dbb53309dca69 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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