summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/ubuntu
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-06-13 08:00:50 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-06-13 08:00:50 +0000
commitda4a3c9a16aac9ca4e2d24fb93712ca776d0b0c7 (patch)
tree3dc4f22787937e892b3315385acd03d81e679254 /sca-cpp/trunk/ubuntu
parent5bcfd0c512cabd4cdd8b849cc8bdf7f8d902ae04 (diff)
Fix Thrift URL in minimum install script.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu')
-rwxr-xr-xsca-cpp/trunk/ubuntu/ubuntu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install b/sca-cpp/trunk/ubuntu/ubuntu-install
index 3b73ff7d71..a9c48a9353 100755
--- a/sca-cpp/trunk/ubuntu/ubuntu-install
+++ b/sca-cpp/trunk/ubuntu/ubuntu-install
@@ -226,7 +226,7 @@ sudo apt-get -y install bison flex python-dev libboost-dev libboost-filesystem-d
if [ "$?" != "0" ]; then
exit $?
fi
-wget http://www.apache.org/dist/incubator/thrift/0.2.0-incubating/thrift-0.2.0-incubating.tar.gz
+wget http://archive.apache.org/dist/incubator/thrift/0.2.0-incubating/thrift-0.2.0-incubating.tar.gz
tar xzf thrift-0.2.0-incubating.tar.gz
cd thrift-0.2.0
./bootstrap.sh