mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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@mail.lifanov.com>
This commit is contained in:
parent
edd42017c9
commit
3da2132e52
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245271
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user