chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c9591
)
Pass -q to unzip
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 4 Aug 2016 16:09:30 +0000
(12:09 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 4 Aug 2016 16:09:30 +0000
(12:09 -0400)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index 03bd2e2e2b605917b58915797130d77a6bce2549..e126a5073243a8ceb8ab1a691141c38e3610308e 100755
(executable)
--- a/
build-package.sh
+++ b/
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