Skip to content

Commit 595ab41

Browse files
author
frank
committed
port to master
commit 318d2ae Author: frank <[email protected]> Date: Thu Jun 28 16:10:20 2012 -0700 CS-15376 Need to change rpm spec to deploy awsapi in its own webapps folder
1 parent 6a79f2f commit 595ab41

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cloud.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,9 @@ if [ "$1" == "1" ] ; then
408408
root=/usr/share/cloud/bridge
409409
target=/usr/share/cloud/management/
410410

411-
if [ ! -e $target/webapps/awsapi ]; then
412-
ln -s $root/webapps/awsapi $target/webapps/awsapi
411+
mkdir -p $target/webapps7080
412+
if [ ! -e $target/webapps7080/awsapi ]; then
413+
ln -s $root/webapps/awsapi $target/webapps7080/awsapi
413414
fi
414415

415416
jars=`ls $root/lib`

0 commit comments

Comments
 (0)