travis: fix show_files for subpkgs.
This commit is contained in:
parent
4ce109c33e
commit
5726bb6452
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ fi
|
||||||
for pkg in $(cat /tmp/templates); do
|
for pkg in $(cat /tmp/templates); do
|
||||||
for subpkg in $(xsubpkg $pkg); do
|
for subpkg in $(xsubpkg $pkg); do
|
||||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
/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
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue