From 318d2aedbd0db42d53395a91ca2945db212732d7 Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 28 Jun 2012 16:10:20 -0700 Subject: [PATCH] CS-15376 Need to change rpm spec to deploy awsapi in its own webapps folder --- cloud.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cloud.spec b/cloud.spec index da6ad321e9a..9824b9ac776 100644 --- a/cloud.spec +++ b/cloud.spec @@ -432,8 +432,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`