summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-04-05 10:38:58 +0200
committerJan Lehnardt <jan@apache.org>2015-06-24 23:06:47 +0200
commitf80317483b27fcdacc6a022d228b309ee1781b5e (patch)
tree3a8ee1552f833efea6ed6a67cac731e534064148 /build-aux
parentcb53da859214d0a36395d6916b157ab8787e546c (diff)
downloadcouchdb-f80317483b27fcdacc6a022d228b309ee1781b5e.tar.gz
add patch version if we build from git
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/couchdb-build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/couchdb-build-release.sh b/build-aux/couchdb-build-release.sh
index 557c2b8d5..a0cae08fa 100755
--- a/build-aux/couchdb-build-release.sh
+++ b/build-aux/couchdb-build-release.sh
@@ -9,7 +9,7 @@ fi
echo "Building Apache CouchDB $VERSION"
-RELDIR=apache-couchdb
+RELDIR=apache-couchdb-$VERSION
# make release dir
rm -rf $RELDIR
mkdir $RELDIR