From 595ab41de6bee4115300c046c17628934cb4a35a Mon Sep 17 00:00:00 2001 From: frank Date: Fri, 5 Oct 2012 10:44:49 -0700 Subject: [PATCH] port to master commit 318d2aedbd0db42d53395a91ca2945db212732d7 Author: frank Date: Thu Jun 28 16:10:20 2012 -0700 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 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`