Updated Branches: refs/heads/master f6fb4d2f6 -> bdd563492
CLOUDSTACK-2152 Set REALVER properly Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bdd56349 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bdd56349 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bdd56349 Branch: refs/heads/master Commit: bdd5634924db84144c05887c6552c89aa4e78051 Parents: f6fb4d2 Author: Hugo Trippaers <[email protected]> Authored: Tue Apr 23 14:54:41 2013 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Tue Apr 23 14:58:12 2013 +0200 ---------------------------------------------------------------------- packaging/centos63/package.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bdd56349/packaging/centos63/package.sh ---------------------------------------------------------------------- diff --git a/packaging/centos63/package.sh b/packaging/centos63/package.sh index d9d5b1c..faa089b 100755 --- a/packaging/centos63/package.sh +++ b/packaging/centos63/package.sh @@ -75,6 +75,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=
