diff --git a/builds/runtimes/python-2.5.0 b/builds/runtimes/python-2.5.0 index 7b0296d..2b31b96 100755 --- a/builds/runtimes/python-2.5.0 +++ b/builds/runtimes/python-2.5.0 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install diff --git a/builds/runtimes/python-2.5.1 b/builds/runtimes/python-2.5.1 index 9fe9672..775b613 100755 --- a/builds/runtimes/python-2.5.1 +++ b/builds/runtimes/python-2.5.1 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5.1 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install diff --git a/builds/runtimes/python-2.5.2 b/builds/runtimes/python-2.5.2 index abd9b1f..84bb094 100755 --- a/builds/runtimes/python-2.5.2 +++ b/builds/runtimes/python-2.5.2 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5.2 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install diff --git a/builds/runtimes/python-2.5.3 b/builds/runtimes/python-2.5.3 index a6d2e0f..7ff33b4 100755 --- a/builds/runtimes/python-2.5.3 +++ b/builds/runtimes/python-2.5.3 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5.3 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install diff --git a/builds/runtimes/python-2.5.4 b/builds/runtimes/python-2.5.4 index 6b311af..063c4f6 100755 --- a/builds/runtimes/python-2.5.4 +++ b/builds/runtimes/python-2.5.4 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5.4 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install diff --git a/builds/runtimes/python-2.5.5 b/builds/runtimes/python-2.5.5 index 305f780..9c9ee09 100755 --- a/builds/runtimes/python-2.5.5 +++ b/builds/runtimes/python-2.5.5 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5.5 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install diff --git a/builds/runtimes/python-2.5.6 b/builds/runtimes/python-2.5.6 index 4a1eac1..6da7ca4 100755 --- a/builds/runtimes/python-2.5.6 +++ b/builds/runtimes/python-2.5.6 @@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.5.6 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install