d/rules: The upstream default systemd directory moved into /usr

See 464945a3e1ce40ed6a15c8b87eebecafb44cf356.
But Debian still uses /lib/systemd/system for unit files.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-28 12:28:51 +01:00
parent ae8b495308
commit 64af7084ff

1
debian/rules vendored
View File

@ -34,6 +34,7 @@ override_dh_auto_configure:
BASHPATH=/bin/bash \ BASHPATH=/bin/bash \
--with-initconfigdir=/etc/default \ --with-initconfigdir=/etc/default \
--with-logdir=/var/log/corosync \ --with-logdir=/var/log/corosync \
--with-systemddir=/lib/systemd/system \
--enable-dbus \ --enable-dbus \
$(enable-monitoring) \ $(enable-monitoring) \
$(enable-watchdog) \ $(enable-watchdog) \