travis/build.sh: use -E (and get rid of -f) while building base-chroot.
This commit is contained in:
parent
5285cb9212
commit
8e0644f7cf
@ -7,7 +7,7 @@ if [ "$1" != "$2" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure `base-chroot` is really up-to-date
|
# 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 -yu || exit 1
|
||||||
xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1
|
xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1
|
||||||
# remove autodeps
|
# remove autodeps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user