diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh index bebcc1be4d0..7247029778b 100755 --- a/common/travis/show_files.sh +++ b/common/travis/show_files.sh @@ -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