common/travis: put hostdir in $HOME. simplifies caching.
This commit is contained in:
parent
2d7c91283d
commit
163ab983b0
4 changed files with 4 additions and 11 deletions
|
@ -7,7 +7,7 @@ if [ "$1" != x86_64 ]; then
|
|||
fi
|
||||
|
||||
for pkg in $(cat /tmp/templates); do
|
||||
./xbps-src $arch -C pkg "$pkg"
|
||||
./xbps-src -H $HOME/hostdir $arch -C pkg "$pkg"
|
||||
[ $? -eq 1 ] && exit 1
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue