A few minor fixes to the virtualenv installer that were breaking on ubuntu.

This commit is contained in:
Vishvananda Ishaya
2010-07-27 03:52:34 +00:00
committed by Tarmac

View File

@@ -15,7 +15,7 @@ clean:
rm -rf keys
rm -rf instances
rm -rf networks
rm run_tests.err.log
rm -f run_tests.err.log
clean-all: clean
rm -rf $(venv)