Commit a156996d authored by Kenneth Reitz's avatar Kenneth Reitz

proper paths

parent 94380058
...@@ -8,8 +8,8 @@ tar -xjf python.tar.bz2 -C python ...@@ -8,8 +8,8 @@ tar -xjf python.tar.bz2 -C python
cd python cd python
mv */* . mv */* .
mkdir -p $BUILD_DIR/.vendor/python mkdir -p /app/.vendor/python
./configure --prefix=$BUILD_DIR/.vendor/python ./configure --prefix=/app/.vendor/python
make make
make install 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