Author: rfeng
Date: Mon Jun  6 17:08:10 2011
New Revision: 1132704

URL: http://svn.apache.org/viewvc?rev=1132704&view=rev
Log:
Fixing the thrift download url

Modified:
    tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all

Modified: tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all
URL: 
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all?rev=1132704&r1=1132703&r2=1132704&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all (original)
+++ tuscany/sca-cpp/trunk/ubuntu/ubuntu-install-all Mon Jun  6 17:08:10 2011
@@ -278,7 +278,7 @@ sudo apt-get -y install bison flex pytho
 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


Reply via email to