diff --git a/cloud.spec b/cloud.spec index 342b525618a..fe2e7573898 100644 --- a/cloud.spec +++ b/cloud.spec @@ -408,8 +408,9 @@ if [ "$1" == "1" ] ; then root=/usr/share/cloud/bridge target=/usr/share/cloud/management/ - if [ ! -e $target/webapps/awsapi ]; then - ln -s $root/webapps/awsapi $target/webapps/awsapi + mkdir -p $target/webapps7080 + if [ ! -e $target/webapps7080/awsapi ]; then + ln -s $root/webapps/awsapi $target/webapps7080/awsapi fi jars=`ls $root/lib`