From 5b5f124082f1ae439fb28c093e2dff9b4d9293b6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2012 05:30:13 -0500 Subject: [PATCH] PWD? --- bin/python-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/python-build b/bin/python-build index 61bdc10..5b44cdc 100755 --- a/bin/python-build +++ b/bin/python-build @@ -9,7 +9,7 @@ cd python mv */* . mkdir -p /app/.vendor/python -./configure --prefix=./.vendor/python +./configure --prefix=$PWD/.vendor/python make make install