diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-25 06:09:37 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-25 06:09:37 +0000 |
commit | 773cd2397055d8df138e9e4849a0cb844773ada5 (patch) | |
tree | cf180f52a69402de50de9fc9cbc325eb000edde8 /sca-cpp/trunk/ubuntu | |
parent | a9efdb471e6d1cdb32776fa12a459f076bab7419 (diff) |
Minor fix to EC2 image configuration script.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-bin-all-image | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image index f568da8ada..7a5841b019 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image @@ -90,6 +90,6 @@ if [ "$?" != "0" ]; then fi # Download and install the Tuscany runtime -wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-all-1.0-src.tar.gz -tar xzf tuscany-sca-cpp-all-1.0-src.tar.gz +wget http://people.apache.org/~jsdelfino/tuscany/test/tuscany-sca-cpp-all-1.0.tar.gz +tar xzf tuscany-sca-cpp-all-1.0.tar.gz |