]> git.proxmox.com Git - corosync-pve.git/commitdiff
d/rules: The upstream default systemd directory moved into /usr
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Jan 2021 11:28:51 +0000 (12:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Jan 2021 11:28:51 +0000 (12:28 +0100)
See 464945a3e1ce40ed6a15c8b87eebecafb44cf356.
But Debian still uses /lib/systemd/system for unit files.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

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