From 61a7ad7116544a59eda2ced0af72d54b6b8af7b1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2012 06:32:58 -0500 Subject: [PATCH] delete --- bin/python-build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/python-build b/bin/python-build index 215d294..de622bb 100755 --- a/bin/python-build +++ b/bin/python-build @@ -8,12 +8,10 @@ tar -xjf python.tar.bz2 -C python cd python mv */* . -env -echo '!!!!!!!!!!!!!!!!' - ./configure --prefix=$BUILD_DIR/.heroku/python make make install -rm -fr python python.tar.gz2 cd .. +rm -fr python python.tar.gz2 +