From 8e0644f7cf2218e5c01f941ff2f16b7674592775 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Jan 2020 09:01:29 +0100 Subject: [PATCH] travis/build.sh: use -E (and get rid of -f) while building base-chroot. --- common/travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index 916c25515d7..c6a71afb6be 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -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