diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-06 17:08:10 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-06 17:08:10 +0000 |
commit | a0a513f7e7cf5a91b3ca15f7ea279c88220e2aca (patch) | |
tree | ee2be68ad7baf34f9599bb5aa7ca039ba8e3f105 /sca-cpp/trunk | |
parent | e79913eddee1f504dba59c0211ce77824ade8e52 (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 '')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-install-all | 2 |
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 |