You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2012/10/06 00:32:45 UTC

[14/49] 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/9af43bda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9af43bda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9af43bda

Branch: refs/heads/maven-to-rpm
Commit: 9af43bda805a12541ddaa7133f80a4103ffaf6c3
Parents: f20fc9f
Author: frank <fr...@citrix.com>
Authored: Fri Oct 5 10:44:49 2012 -0700
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Sat Oct 6 00:30:31 2012 +0200

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


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