Fix Thrift URL in minimum install script.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2011-06-13 08:00:50 +00:00
commit da4a3c9a16

View file

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