diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh index 16d158f4c5b..f0715e4446d 100755 --- a/common/travis/show_files.sh +++ b/common/travis/show_files.sh @@ -9,6 +9,6 @@ while read -r pkg; do /bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m" xbps-query --repository=$HOME/hostdir/binpkgs \ --repository=$HOME/hostdir/binpkgs/nonfree \ - -f "$subpkg" + -i -f "$subpkg" done done < /tmp/templates