mirror of https://github.com/apache/cloudstack.git
More changes
This commit is contained in:
parent
5a0f600924
commit
e63a3b6fa2
12
cloud.spec
12
cloud.spec
|
|
@ -401,14 +401,14 @@ fi
|
|||
|
||||
mkdir -p $target/webapps7080
|
||||
if [ ! -e $target/webapps7080/awsapi ]; then
|
||||
ln -s $root/webapps/awsapi $target/webapps7080/awsapi
|
||||
ln -s $root/webapps7080/awsapi $target/webapps7080/awsapi
|
||||
fi
|
||||
|
||||
jars=`ls $root/lib`
|
||||
for j in $jars
|
||||
do
|
||||
cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/
|
||||
done
|
||||
# jars=`ls $root/lib`
|
||||
# for j in $jars
|
||||
# do
|
||||
# cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/
|
||||
# done
|
||||
|
||||
confs="cloud-bridge.properties ec2-service.properties"
|
||||
for c in $confs
|
||||
|
|
|
|||
Loading…
Reference in New Issue