fixed problem with SingleApplication after install
This commit is contained in:
parent
3167736c9c
commit
b348ed2be2
3 changed files with 11 additions and 3 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue