svn commit: r357079 - head/etc

Ed Maste emaste at FreeBSD.org
Fri Jan 24 14:40:38 UTC 2020


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
 


More information about the svn-src-head mailing list