This commit is contained in:
Kenneth Reitz
2012-03-06 05:30:13 -05:00
parent cd17d3948c
commit 5b5f124082
+1 -1
View File
@@ -9,7 +9,7 @@ cd python
mv */* .
mkdir -p /app/.vendor/python
./configure --prefix=./.vendor/python
./configure --prefix=$PWD/.vendor/python
make
make install