travis/build.sh: simplify logic
This commit is contained in:
parent
d547e90018
commit
81b2dc578e
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ fi
|
|||
# Make sure `base-chroot` is really up-to-date
|
||||
/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
|
||||
xbps-remove -yo || exit 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue