This commit is contained in:
Kenneth Reitz
2012-08-05 19:37:40 -04:00
parent 4e00cdef0b
commit 16819f4796
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -2,7 +2,7 @@
# Usage: $ build.sh <output-dir
SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2'
curl $SOURCE_TARBALL | tar zx
curl $SOURCE_TARBALL | tar jxf
mv Python-2.7.3 src
cd src