Extract archive non verbose

This commit is contained in:
VirtuBox 2019-07-12 16:31:38 +02:00
parent 9413616c72
commit 3dca2073ac
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ rm -rf libwebp*
# download and extract latest libwebp sources
wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz -O libwebp.tar.gz
tar xvzf libwebp.tar.gz
tar xzf libwebp.tar.gz
cd libwebp-* || exit
# configure libwebp and launch compilation