xbps-src: do not check for fakeroot; it's not necessary anymore.

This commit is contained in:
Juan RP 2014-09-25 08:34:37 +02:00
parent 2eb23a655f
commit 1a4dfe87e1

View File

@ -345,7 +345,7 @@ umask 022
#
# Required utilities in host system for the bootstrap target.
readonly REQHOST_UTILS_BOOTSTRAP="awk bash bison sed gcc g++ msgfmt makeinfo \
perl fakeroot tar xz gzip bzip2 patch flex"
perl tar xz gzip bzip2 patch flex"
# Required utilities in host system for chroot ops.
readonly REQHOST_UTILS="xbps-install xbps-query xbps-rindex xbps-uhelper \