Pass -q to unzip
[termux-packages] / build-package.sh
index 03bd2e2..e126a50 100755 (executable)
@@ -361,7 +361,7 @@ termux_step_extract_package () {
        fi
        rm -Rf $folder
        if [ ${file##*.} = zip ]; then
-               unzip $file
+               unzip -q $file
        else
                $TERMUX_TAR xf $file
        fi