From 515dfc773ed9e6c0f771f1bfa604630adb0d1dc5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 10 Jan 2014 13:21:24 -0500 Subject: [PATCH] python 2-7.6 build cleanup --- formula/python-2.7.6 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/formula/python-2.7.6 b/formula/python-2.7.6 index 1c0b50e..3574e81 100755 --- a/formula/python-2.7.6 +++ b/formula/python-2.7.6 @@ -7,9 +7,9 @@ echo "Building SQLite..." ./parts/sqlite $OUT_PREFIX echo "Building Python..." -SOURCE_TARBALL='http://python.org/ftp/python/2.7.6/Python-2.7.6.tar.bz2' -curl $SOURCE_TARBALL | tar jx -mv Python-2.7.6 src +SOURCE_TARBALL='http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz' +curl $SOURCE_TARBALL | tar xzf +mv python src cd src ./configure --prefix=$OUT_PREFIX