BUILD DIR

This commit is contained in:
Kenneth Reitz
2012-03-06 05:46:10 -05:00
parent 5b5f124082
commit 3a1aa3f6af
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -8,8 +8,11 @@ tar -xjf python.tar.bz2 -C python
cd python
mv */* .
env
echo '!!!!!!!!!!!!!!!!'
mkdir -p /app/.vendor/python
./configure --prefix=$PWD/.vendor/python
./configure --prefix=$BUILD_DIR/.vendor/python
make
make install