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