From 5b938c9c0cca5c0ce7027822923976ca5200d55c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jan 2020 12:55:35 +0100 Subject: [PATCH] travis/build.sh: local repo path v2 --- common/travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index 7e679ecc843..09705565427 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -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