Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2020 14:40:37 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357079 - head/etc
Message-ID:  <202001241440.00OEebuI064640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Jan 24 14:40:37 2020
New Revision: 357079
URL: https://svnweb.freebsd.org/changeset/base/357079

Log:
  revert r356990 to reapply with correct commit message
  
  Requested by:	rgrimes

Modified:
  head/etc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Fri Jan 24 14:22:09 2020	(r357078)
+++ head/etc/Makefile	Fri Jan 24 14:40:37 2020	(r357079)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001241440.00OEebuI064640>