xbps-src: updated list of required host utils.

This commit is contained in:
Juan RP 2020-01-04 11:19:05 +01:00
parent 8e0644f7cf
commit 50c641ddcf
1 changed files with 2 additions and 2 deletions

View File

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