From 0db1584f21ae2fed16d363feceeafeb1004e8ede Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Mon, 2 Jun 2014 10:15:03 -0400 Subject: [PATCH] try different tarball --- builds/runtimes/python-2.6.0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/runtimes/python-2.6.0 b/builds/runtimes/python-2.6.0 index 5714b9ae..0ac069e0 100755 --- a/builds/runtimes/python-2.6.0 +++ b/builds/runtimes/python-2.6.0 @@ -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 -- GitLab