mirror of https://github.com/zulip/zulip.git
minor: Avoid verbose tar output.
It isn't much helpful and clutters the logs.
This commit is contained in:
parent
dea5245590
commit
7cdb26108c
|
@ -7,7 +7,7 @@ PGROONGA_VERSION="2.2.3"
|
||||||
cd "$(mktemp -d)"
|
cd "$(mktemp -d)"
|
||||||
|
|
||||||
wget https://packages.groonga.org/source/pgroonga/pgroonga-"$PGROONGA_VERSION".tar.gz
|
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"
|
cd pgroonga-"$PGROONGA_VERSION"
|
||||||
|
|
||||||
make HAVE_MSGPACK=1
|
make HAVE_MSGPACK=1
|
||||||
|
|
Loading…
Reference in New Issue