minor: Avoid verbose tar output.

It isn't much helpful and clutters the logs.
This commit is contained in:
Ganesh Pawar 2021-03-22 09:47:40 +05:30 committed by Tim Abbott
parent dea5245590
commit 7cdb26108c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ PGROONGA_VERSION="2.2.3"
cd "$(mktemp -d)"
wget https://packages.groonga.org/source/pgroonga/pgroonga-"$PGROONGA_VERSION".tar.gz
tar xvf pgroonga-"$PGROONGA_VERSION".tar.gz
tar xf pgroonga-"$PGROONGA_VERSION".tar.gz
cd pgroonga-"$PGROONGA_VERSION"
make HAVE_MSGPACK=1