Commit 0db1584f authored by Kenneth Reitz's avatar Kenneth Reitz

try different tarball

parent 1ed173f2
......@@ -5,8 +5,8 @@
OUT_PREFIX=$1
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.6/Python-2.6.tgz'
curl -L $SOURCE_TARBALL | tar xz
SOURCE_TARBALL='http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2'
curl -L $SOURCE_TARBALL | tar jx
mv Python-2.6 src
cd src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment