1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Quiet setup.sh re: tmp dir

This commit is contained in:
Nicolas Williams
2013-06-16 08:24:52 -05:00
parent dc2fe63e42
commit c791428905

View File

@ -26,6 +26,7 @@ else
autoreconf --install
./configure --prefix=/opt/junk
make check
[ -d tmp ] && mv tmp tmp-
mkdir tmp
make DESTDIR=./tmp install
make distcheck