fixed problem with SingleApplication after install

This commit is contained in:
jeena 2013-04-28 10:27:19 +02:00
parent 3167736c9c
commit b348ed2be2
3 changed files with 11 additions and 3 deletions

View file

@ -29,6 +29,7 @@ builddeb:
$(PYTHON) setup.py sdist $(COMPILE) --dist-dir=../ --prune
rename -f 's/$(PROJECT)-(.*)\.tar\.gz/$(PROJECT)_$$1\.orig\.tar\.gz/' ../*
# build the package
dpkg-buildpackage -i -I -rfakeroot
dpkg-buildpackage -i -I -rfakeroot -S
clean: