diff --git a/cloud.spec b/cloud.spec index 405db861a5d..f52387f9e24 100644 --- a/cloud.spec +++ b/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