summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2013-06-16 08:24:52 -0500
committerNicolas Williams <nico@cryptonector.com>2013-06-21 11:57:11 -0500
commitc79142890545d58c20f93a628d07fe98c4d013d4 (patch)
treee28f8e1eeee3efcfa034f63515ce47b861f10598
parentdc2fe63e42341d1d34cc8e36694b98b9dda16c52 (diff)
Quiet setup.sh re: tmp dir
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 50cc4eea..c63fc9cd 100755
--- 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