mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
# Make sure `base-chroot` is really up-to-date
|
||||||
/hostrepo/xbps-src -H "$HOME"/hostdir -E 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
|
|
||||||
# remove autodeps
|
# remove autodeps
|
||||||
xbps-remove -yo || exit 1
|
xbps-remove -yo || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue