travis/build.sh: use -E (and get rid of -f) while building base-chroot.

This commit is contained in:
Juan RP 2020-01-04 09:01:29 +01:00
parent 5285cb9212
commit 8e0644f7cf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ "$1" != "$2" ]; then
fi
# Make sure `base-chroot` is really up-to-date
/hostrepo/xbps-src -H "$HOME"/hostdir -f pkg base-chroot || exit 1
/hostrepo/xbps-src -H "$HOME"/hostdir -E pkg base-chroot || exit 1
xbps-install --repo="$HOME"/hostdir/binpkgs -yu || exit 1
xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1
# remove autodeps