no trailing 0s

This commit is contained in:
Kenneth Reitz
2012-08-06 06:54:36 -04:00
parent fe86d6d108
commit 2255ee1744
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ echo "Building SQLite..."
./parts/sqlite $OUT_PREFIX
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1.0/Python-3.1.0.tar.bz2'
SOURCE_TARBALL='http://www.python.org/ftp/python/3.1/Python-3.1.tar.bz2'
curl $SOURCE_TARBALL | tar jx
mv Python-3.1.0 src
mv Python-3.1 src
cd src
./configure --prefix=$OUT_PREFIX
+2 -2
View File
@@ -7,9 +7,9 @@ echo "Building SQLite..."
./parts/sqlite $OUT_PREFIX
echo "Building Python..."
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2.0/Python-3.2.0.tar.bz2'
SOURCE_TARBALL='http://www.python.org/ftp/python/3.2/Python-3.2.tar.bz2'
curl $SOURCE_TARBALL | tar jx
mv Python-3.2.0 src
mv Python-3.2 src
cd src
./configure --prefix=$OUT_PREFIX