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:
parent
5bcfd0c512
commit
da4a3c9a16
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ sudo apt-get -y install bison flex python-dev libboost-dev libboost-filesystem-d
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
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
|
tar xzf thrift-0.2.0-incubating.tar.gz
|
||||||
cd thrift-0.2.0
|
cd thrift-0.2.0
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue