Defined SKIP_INSTALL_SERVICE=1

This commit is contained in:
Héctor Molinero Fernández 2021-01-03 13:28:00 +01:00
commit 7eccf5aab8

View file

@ -4,4 +4,4 @@
dh $@ --with=systemd
override_dh_auto_install:
'$(MAKE)' DESTDIR="$$(pwd)/debian/hblock" prefix="/usr" install
'$(MAKE)' DESTDIR="$$(pwd)/debian/hblock" prefix="/usr" SKIP_INSTALL_SERVICE=1 install