travis: fix show_files for subpkgs.
This commit is contained in:
parent
4ce109c33e
commit
5726bb6452
|
@ -9,7 +9,7 @@ fi
|
|||
for pkg in $(cat /tmp/templates); do
|
||||
for subpkg in $(xsubpkg $pkg); do
|
||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||
./xbps-src -H $HOME/hostdir $arch show-files "$pkg"
|
||||
./xbps-src -H $HOME/hostdir $arch show-files "$subpkg"
|
||||
done
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue