You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ml...@apache.org on 2013/02/13 18:43:39 UTC

git commit: refs/heads/4.1 - Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack

Updated Branches:
  refs/heads/4.1 0f317567d -> c4d8f8a80


Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack

Signed-off-by: Marcus Sorensen <ma...@betterservers.com> 1360777422 -0700


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c4d8f8a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c4d8f8a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c4d8f8a8

Branch: refs/heads/4.1
Commit: c4d8f8a80d3ee1f65823f3054f842431b7e3c9fb
Parents: 0f31756
Author: Marcus Sorensen <ma...@betterservers.com>
Authored: Wed Feb 13 10:43:42 2013 -0700
Committer: Marcus Sorensen <ma...@betterservers.com>
Committed: Wed Feb 13 10:43:42 2013 -0700

----------------------------------------------------------------------
 packaging/centos63/cloud.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c4d8f8a8/packaging/centos63/cloud.spec
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec
index 7a740a6..244f0c7 100644
--- a/packaging/centos63/cloud.spec
+++ b/packaging/centos63/cloud.spec
@@ -299,9 +299,9 @@ if [ "$1" == "1" ] ; then
     /sbin/chkconfig --level 345 cloud-management on > /dev/null 2>&1 || true
 fi
 
-if [ ! -f %{_datadir}/cloud/management/webapps/client/WEB-INF/classes/scripts/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
+if [ ! -f %{_datadir}/cloudstack/management/webapps/client/WEB-INF/classes/scripts/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
     echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in 
-    echo %{_datadir}/cloud/management/webapps/client/WEB-INF/classes/scripts/vm/hypervisor/xenserver/
+    echo %{_datadir}/cloudstack/management/webapps/client/WEB-INF/classes/scripts/vm/hypervisor/xenserver/
 fi
 
 #No default permission as the permission setup is complex