You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/10/12 04:25:50 UTC

[33/50] git commit: port to master

port to master

commit 318d2aedbd0db42d53395a91ca2945db212732d7
Author: frank <fr...@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


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/595ab41d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/595ab41d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/595ab41d

Branch: refs/heads/javelin
Commit: 595ab41de6bee4115300c046c17628934cb4a35a
Parents: 6a79f2f
Author: frank <fr...@citrix.com>
Authored: Fri Oct 5 10:44:49 2012 -0700
Committer: frank <fr...@citrix.com>
Committed: Fri Oct 5 10:44:49 2012 -0700

----------------------------------------------------------------------
 cloud.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/595ab41d/cloud.spec
----------------------------------------------------------------------
diff --git a/cloud.spec b/cloud.spec
index 342b525..fe2e757 100644
--- a/cloud.spec
+++ b/cloud.spec
@@ -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`