summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2011-10-20 09:28:27 +0200
committerTobias Oetiker <tobi@oetiker.ch>2011-10-20 09:28:27 +0200
commitc6f817fcb7e49495de647e43729c910223468ba7 (patch)
tree9a2462dcc5a92d301fbc0b6794bc96da6ecc8cd1
parent4658580d38d6866dcd4d6a7b1822de8ce7ec2057 (diff)
downloadsmokeping-c6f817fcb7e49495de647e43729c910223468ba7.tar.gz
smokeping-c6f817fcb7e49495de647e43729c910223468ba7.tar.xz
allow for conftools to exist
-rwxr-xr-xrelease-smokeping.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-smokeping.sh b/release-smokeping.sh
index e0169b9..a459d15 100755
--- a/release-smokeping.sh
+++ b/release-smokeping.sh
@@ -2,7 +2,7 @@
set -e
[ `git status -s | wc -l` -gt 0 ] && echo "ERROR: commit all changes before release" && exit 1
VERSION=`perl -n -e 'm/\QAC_INIT([smokeping],[\E(.+?)\Q]\E/ && print $1' configure.ac`
-mkdir conftools
+mkdir -p conftools
aclocal
autoconf
automake -a -c