svn commit: r357079 - head/etc

Rodney W. Grimes freebsd at gndrsh.dnsmgr.net
Fri Jan 24 20:44:47 UTC 2020


[ Charset UTF-8 unsupported, converting... ]
> 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

Thank you.

> 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
>  
> 

-- 
Rod Grimes                                                 rgrimes at freebsd.org


More information about the svn-src-head mailing list