summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-06-06 17:08:10 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-06-06 17:08:10 +0000
commita0a513f7e7cf5a91b3ca15f7ea279c88220e2aca (patch)
treeee2be68ad7baf34f9599bb5aa7ca039ba8e3f105 /sca-cpp
parente79913eddee1f504dba59c0211ce77824ade8e52 (diff)
Fixing the thrift download url
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132704 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp')
-rwxr-xr-xsca-cpp/trunk/ubuntu/ubuntu-install-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install-all b/sca-cpp/trunk/ubuntu/ubuntu-install-all
index e833d27ed7..52bdd80600 100755
--- a/sca-cpp/trunk/ubuntu/ubuntu-install-all
+++ b/sca-cpp/trunk/ubuntu/ubuntu-install-all
@@ -278,7 +278,7 @@ sudo apt-get -y install bison flex python-dev
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