fixed problems with linux deploy

This commit is contained in:
jeena 2013-04-17 11:52:27 +02:00
parent 6db4ee634b
commit c5d7c7d0a0
5 changed files with 15 additions and 5 deletions

View file

@ -35,4 +35,5 @@ clean:
$(PYTHON) setup.py clean
$(MAKE) -f $(CURDIR)/debian/rules clean
rm -rf build/ MANIFEST
find . -name '*.pyc' -delete
find . -name '*.pyc' -delete