From cd17d3948c4b12e236afa1e7fed71f480e12d63d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2012 05:29:07 -0500 Subject: [PATCH] relative? --- bin/python-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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