port to master

commit 318d2aedbd
Author: frank <frank.zhang@citrix.com>
Date:   Thu Jun 28 16:10:20 2012 -0700

    CS-15376
    Need to change rpm spec to deploy awsapi in its own webapps folder
This commit is contained in:
frank 2012-10-05 10:44:49 -07:00
parent 6a79f2f0c8
commit 595ab41de6
1 changed files with 3 additions and 2 deletions

View File

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