travis: fix show_files for subpkgs.

This commit is contained in:
Juan RP 2015-04-23 09:46:40 +02:00
parent 4ce109c33e
commit 5726bb6452
1 changed files with 1 additions and 1 deletions

View File

@ -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