Updated Branches: refs/heads/4.1 258bcaa78 -> f9c6d01cf
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/f9c6d01c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f9c6d01c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f9c6d01c Branch: refs/heads/4.1 Commit: f9c6d01cfb90aa7c5bac5c5be20a7a16e30a9aec Parents: 258bcaa Author: Hugo Trippaers <[email protected]> Authored: Tue Apr 23 14:54:41 2013 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Tue Apr 23 14:54:41 2013 +0200 ---------------------------------------------------------------------- packaging/centos63/package.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f9c6d01c/packaging/centos63/package.sh ---------------------------------------------------------------------- diff --git a/packaging/centos63/package.sh b/packaging/centos63/package.sh index 5bdd13d..62c1d5b 100755 --- a/packaging/centos63/package.sh +++ b/packaging/centos63/package.sh @@ -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=
