travis/build.sh: local repo path v2

This commit is contained in:
Juan RP 2020-01-01 12:55:35 +01:00
parent 186e9f3025
commit 5b938c9c0c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
# Make sure `base-chroot` is really up-to-date
/hostrepo/xbps-src -H "$HOME"/hostdir -f pkg base-chroot || exit 1
xbps-install --repo="$HOME"/host/binpkgs -yif base-chroot || exit 1
xbps-install --repo="$HOME"/hostdir/binpkgs -yif base-chroot || exit 1
# remove autodeps
xbps-remove -yo || exit 1