From 22c2069fc323fc132c15f8ddb307cabbd03cf5c6 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 11 Jan 2013 18:37:51 +0000 Subject: [PATCH] Use find -exec to install zoneinfo instead of requiring xargs to be an install tool. Suggested by: delphij --- Makefile.inc1 | 2 +- share/zoneinfo/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 87b57a70c14..e486331e1f7 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -643,7 +643,7 @@ installcheck_UGID: _install-info= install-info .endif .if ${MK_ZONEINFO} != "no" -_zoneinfo= zic tzsetup xargs +_zoneinfo= zic tzsetup .endif ITOOLS= [ awk cap_mkdb cat chflags chmod chown \ diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 97181dacd87..bccea5ec508 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -79,9 +79,9 @@ zoneinfo: yearistype ${TDATA} beforeinstall: cd ${TZBUILDDIR} && \ - find . -type f -print | xargs -I _FILE_ ${INSTALL} \ + find . -type f -print -exec ${INSTALL} \ -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ - _FILE_ ${DESTDIR}/usr/share/zoneinfo/_FILE_ + \{} ${DESTDIR}/usr/share/zoneinfo/\{} \; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ ${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/