diff --git a/bin/python-build b/bin/python-build index 73dd2ff..61bdc10 100755 --- a/bin/python-build +++ b/bin/python-build @@ -9,7 +9,7 @@ cd python mv */* . mkdir -p /app/.vendor/python -./configure --prefix=/app/.vendor/python +./configure --prefix=./.vendor/python make make install