packaging: vhd-util message corrected Change on cloud.spec for the message about vhd-utils point to the new location of cloudstack scripts
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f323c641 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f323c641 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f323c641 Branch: refs/heads/vim51_win8 Commit: f323c641fdabd8f3fc3500b6588fa0588afeef2e Parents: 10236be Author: Ricardo P. Katz <[email protected]> Authored: Tue Feb 26 11:38:22 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Feb 26 11:38:22 2013 +0530 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f323c641/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 9f54d0b..74a75a3 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -309,9 +309,9 @@ if [ "$1" == "1" ] ; then /sbin/chkconfig --level 345 cloud-management on > /dev/null 2>&1 || true fi -if [ ! -f %{_datadir}/cloudstack/management/webapps/client/WEB-INF/classes/scripts/scripts/vm/hypervisor/xenserver/vhd-util ] ; then +if [ ! -f %{_datadir}/cloudstack-common/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}/cloudstack/management/webapps/client/WEB-INF/classes/scripts/vm/hypervisor/xenserver/ + echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/ fi %post awsapi
