svn commit: r245271 - head

Brooks Davis brooks at FreeBSD.org
Thu Jan 10 23:29:37 UTC 2013


Author: brooks
Date: Thu Jan 10 23:29:36 2013
New Revision: 245271
URL: http://svnweb.freebsd.org/changeset/base/245271

Log:
  Add xargs to the set of install tools when zoneinfo is not disabled.
  This fixes installworld which I had broken in r245265.
  
  Reported by:	Nikolai Lifanov <lifanov at mail.lifanov.com>

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Jan 10 23:06:32 2013	(r245270)
+++ head/Makefile.inc1	Thu Jan 10 23:29:36 2013	(r245271)
@@ -643,7 +643,7 @@ installcheck_UGID:
 _install-info=	install-info
 .endif
 .if ${MK_ZONEINFO} != "no"
-_zoneinfo=	zic tzsetup
+_zoneinfo=	zic tzsetup xargs
 .endif
 
 ITOOLS=	[ awk cap_mkdb cat chflags chmod chown \


More information about the svn-src-all mailing list