From 50c641ddcfc787388e5e8310644203d9476d4684 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Jan 2020 11:19:05 +0100 Subject: [PATCH] xbps-src: updated list of required host utils. --- xbps-src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xbps-src b/xbps-src index 50f2032deeb..1ba52432707 100755 --- a/xbps-src +++ b/xbps-src @@ -382,9 +382,9 @@ umask 022 # # Required utilities in host system for the bootstrap target. readonly REQHOST_UTILS_BOOTSTRAP="make gawk bash bison sed gcc g++ msgfmt makeinfo \ - perl tar xz gzip bzip2 patch flex automake libtool pkg-config" + perl bsdtar xz gzip bzip2 patch flock flex libtool pkg-config" -# Required utilities in host system for chroot ops. +# Required utilities in host. readonly REQHOST_UTILS="xbps-install xbps-query xbps-rindex xbps-uhelper \ xbps-reconfigure xbps-remove xbps-create xbps-uchroot xbps-uunshare"