From b9e9f6d3ca43e9254dbf0c0d06ffbdedfe903199 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Sep 2012 15:21:44 -0400 Subject: [PATCH] no rc --- formula/python-3.3.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula/python-3.3.0 b/formula/python-3.3.0 index d28b5d7..17ca60f 100755 --- a/formula/python-3.3.0 +++ b/formula/python-3.3.0 @@ -9,7 +9,7 @@ echo "Building SQLite..." echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tar.bz2' curl $SOURCE_TARBALL | tar jx -mv Python-3.3.0b1 src +mv Python-3.3.0 src cd src ./configure --prefix=$OUT_PREFIX