You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/10/05 20:10:42 UTC

[2/2] 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/198f55f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/198f55f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/198f55f2

Branch: refs/heads/4.0
Commit: 198f55f21f1787393a9877f6c8aca27af9db377d
Parents: 33ae7ef
Author: frank <fr...@citrix.com>
Authored: Fri Oct 5 10:44:49 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Fri Oct 5 11:08:43 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/198f55f2/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`