Fixing the thrift download url

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2011-06-06 17:08:10 +00:00
commit a0a513f7e7

View file

@ -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