diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-05 16:10:42 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-05 16:10:42 -0400 |
commit | c201b4bae7ed1a10515e609e0e35cba90cebf7bc (patch) | |
tree | 93f75e5a41956812fe8a5d3f95d5dc8db8de91bd /puddletag | |
parent | add PYBUILD_SYSTEM=distutils for obs (diff) | |
download | stackrpms-c201b4bae7ed1a10515e609e0e35cba90cebf7bc.tar.gz stackrpms-c201b4bae7ed1a10515e609e0e35cba90cebf7bc.tar.bz2 stackrpms-c201b4bae7ed1a10515e609e0e35cba90cebf7bc.zip |
make clean optional
Diffstat (limited to 'puddletag')
-rwxr-xr-x | puddletag/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puddletag/debian/rules b/puddletag/debian/rules index cb8781d..c2e7304 100755 --- a/puddletag/debian/rules +++ b/puddletag/debian/rules @@ -14,6 +14,9 @@ export PYBUILD_SYSTEM=distutils %: dh $@ --with python3 --buildsystem=pybuild +override_dh_clean: + dh_clean || : + override_dh_auto_install: cd $(CURDIR)/source ; \ python3 setup.py install --root=$(CURDIR)/debian/puddletag --install-layout=deb |