Commit a51c1624 authored by Kenneth Reitz's avatar Kenneth Reitz

Merge pull request #182 from cclauss/patch-7

fix @kennethreitz's mess
parents 2631f520 14096e0c
......@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv Python-2.7.8 src
cd src
./configure --prefix=$OUT_PREFIX
./configure --prefix=$OUT_PREFIX --enable-shared
make
make install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment