Need to change rpm spec to deploy awsapi in its own webapps folder
This commit is contained in:
frank 2012-06-28 16:10:20 -07:00
parent c4cf065a3f
commit 318d2aedbd
1 changed files with 3 additions and 2 deletions

View File

@ -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`