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:
parent
e79913edde
commit
a0a513f7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue