From d3c87514db92c1d6ad9106b789109efa1e2cf353 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 24 Jan 2020 14:41:51 +0000 Subject: [PATCH] Tag NLS aliases with pkgbase package 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. [This is r356990 reapplied with a corrected commit message.] Discussed with: manu --- etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index cdec5080a1f7..dbb53309dca6 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