mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
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 <tsp@apache.org>
This commit is contained in:
parent
10236bee26
commit
f323c641fd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user