Browse Source

Pass -q to unzip

android-5
Fredrik Fornwall 9 years ago
parent
commit
200e43d479
  1. 2
      build-package.sh

2
build-package.sh

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

Loading…
Cancel
Save