summaryrefslogtreecommitdiff
path: root/build_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_python.sh')
-rwxr-xr-xbuild_python.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_python.sh b/build_python.sh
index 4f302bf..50e358c 100755
--- a/build_python.sh
+++ b/build_python.sh
@@ -131,6 +131,8 @@ function post()
echo '---'
python --version
python -c "import sys; from pprint import pprint; pprint(sys.path)"
+ rm -rf "${python_tarball}"
+ rm -rf "${python_source}"
echo "All done."
}