diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-05 05:38:55 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-05 05:38:55 +0000 |
commit | 70520addf9ca828a9e1c08652999902bdc8d1809 (patch) | |
tree | ac364cba9028a1c121a6edfaa23fea76d812e6f3 /sca-cpp/trunk/ubuntu/ubuntu-dev-image | |
parent | 69c6e0618ad4f18d18771ef91aacbb5c5a68f3a2 (diff) |
Add build support for a minimum distribution using prebuilt dependencies from Ubuntu 9.10.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-dev-image')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-dev-image | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-dev-image b/sca-cpp/trunk/ubuntu/ubuntu-dev-image index a2b45ece3b..3d3827bc81 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-dev-image +++ b/sca-cpp/trunk/ubuntu/ubuntu-dev-image @@ -32,7 +32,7 @@ cd /mnt/tuscany # Download and run install script sudo apt-get -y install wget -wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install -chmod +x ./ubuntu-install -./ubuntu-install +wget http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all +chmod +x ./ubuntu-install-all +./ubuntu-install-all |