last bugfix for python-2.7.6

This commit is contained in:
Kenneth Reitz
2014-01-10 13:50:26 -05:00
parent 95a6c53589
commit 3beff22df9
+1 -1
View File
@@ -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