Fixed Stackless 2.6.5 / 3.1.3 directory names.

This commit is contained in:
Jacob Kaplan-Moss
2014-04-17 09:45:54 -04:00
parent 504473db86
commit b9835ff619
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.stackless.com/binaries/stackless-265-export.tar.bz2'
curl -L $SOURCE_TARBALL | tar xj
mv stackless-265-export src
mv python-2.6.5-stackless src
cd src
./configure --prefix=$OUT_PREFIX
+1 -1
View File
@@ -9,7 +9,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://www.stackless.com/binaries/stackless-313-export.tar.bz2'
curl -L $SOURCE_TARBALL | tar xj
mv stackless-313-export src
mv python-3.1.3-stackless src
cd src
./configure --prefix=$OUT_PREFIX