From 1a4dfe87e1113b8989ea26abc917acc111949fa3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 25 Sep 2014 08:34:37 +0200 Subject: [PATCH] xbps-src: do not check for fakeroot; it's not necessary anymore. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index c8964c5de69..cbe5f711763 100755 --- a/xbps-src +++ b/xbps-src @@ -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 \