common/travis: put hostdir in $HOME. simplifies caching.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
for pkg in $(cat /tmp/templates); do
|
||||
for subpkg in $(xsubpkg $pkg); do
|
||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||
./xbps-src show-files "$pkg"
|
||||
./xbps-src -H $HOME/hostdir show-files "$pkg"
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user