CLOUDSTACK-2152 Set REALVER properly

This commit is contained in:
Hugo Trippaers 2013-04-23 14:54:41 +02:00
parent 258bcaa784
commit f9c6d01cfb
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ if echo $VERSION | grep SNAPSHOT ; then
DEFPRE="-D_prerelease 1"
DEFREL="-D_rel SNAPSHOT"
else
REALVER=`echo $VERSION`
DEFVER="-D_ver $REALVER"
DEFPRE=
DEFREL=