From 3beff22df93c3be713f8aeb7332b50747e41b02c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 10 Jan 2014 13:50:26 -0500 Subject: [PATCH] last bugfix for python-2.7.6 --- formula/python-2.7.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula/python-2.7.6 b/formula/python-2.7.6 index f342249..6ee809f 100755 --- a/formula/python-2.7.6 +++ b/formula/python-2.7.6 @@ -9,7 +9,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz' curl $SOURCE_TARBALL | tar xz -mv python src +mv Python-2.7.6 src cd src ./configure --prefix=$OUT_PREFIX