mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
travis/build.sh: fix repo path, use -H.
This commit is contained in:
parent
7a217ffadd
commit
186e9f3025
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ if [ "$1" != "$2" ]; then
|
|||
fi
|
||||
|
||||
# Make sure `base-chroot` is really up-to-date
|
||||
/hostrepo/xbps-src -f pkg base-chroot || exit 1
|
||||
xbps-install --repository=/host/binpkgs -yif base-chroot || exit 1
|
||||
/hostrepo/xbps-src -H "$HOME"/hostdir -f pkg base-chroot || exit 1
|
||||
xbps-install --repo="$HOME"/host/binpkgs -yif base-chroot || exit 1
|
||||
# remove autodeps
|
||||
xbps-remove -yo || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue