You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/02/14 02:11:27 UTC

[17/50] [abbrv] git commit: refs/heads/storage_refactor - Summary: Change vhd-util check in cloud.spec to point to /usr/share/cloudstack

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/2be44e91
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2be44e91
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2be44e91

Branch: refs/heads/storage_refactor
Commit: 2be44e916dd08c25f24e8619f048b5f3e875d791
Parents: 9a12756
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:45:12 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/2be44e91/packaging/centos63/cloud.spec
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec
index a90fde9..82de954 100644
--- a/packaging/centos63/cloud.spec
+++ b/packaging/centos63/cloud.spec
@@ -300,9 +300,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