From 186e9f30258b9792533fa69e584865a69881da86 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jan 2020 12:52:43 +0100 Subject: [PATCH] travis/build.sh: fix repo path, use -H. --- common/travis/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index 2c2a00d5cc2..7e679ecc843 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -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