From 5726bb645230b16d067f8fe09cd611cc6338bd18 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Apr 2015 09:46:40 +0200 Subject: [PATCH] travis: fix show_files for subpkgs. --- common/travis/show_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh index bebcc1be4d..7247029778 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