From dcb21858aad9cb35f0d499447739dc83d142f93b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 27 Jan 2014 12:57:44 -0500 Subject: [PATCH] typo fix --- formula/python-3.4.0b3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula/python-3.4.0b3 b/formula/python-3.4.0b3 index ccb0db3..f8f76fb 100755 --- a/formula/python-3.4.0b3 +++ b/formula/python-3.4.0b3 @@ -9,7 +9,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://python.org/ftp/python/3.4.0/Python-3.4.0b3.tgz' curl $SOURCE_TARBALL | tar xz -mv Python-3.4.032 src +mv Python-3.4.0b3 src cd src ./configure --prefix=$OUT_PREFIX --with-ensurepip=no