]> granicus.if.org Git - jq/commitdiff
Quiet setup.sh re: tmp dir
authorNicolas Williams <nico@cryptonector.com>
Sun, 16 Jun 2013 13:24:52 +0000 (08:24 -0500)
committerNicolas Williams <nico@cryptonector.com>
Fri, 21 Jun 2013 16:57:11 +0000 (11:57 -0500)
setup.sh

index 50cc4eea4943b89fe34ad36adde16043e3e670bd..c63fc9cd6153633e5f3cc42090425247e05c149d 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -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