diff options
| author | Michael Biebl <biebl@debian.org> | 2018-11-27 01:22:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-11-27 01:35:04 +0100 |
| commit | 677cd79028d990e76cd3b9505c4a4b59b934dbf6 (patch) | |
| tree | 3886906d632c9574189c7a83bcdd5efb1f0a855a /debian/rules | |
| parent | efc618fca3ff150f8188ad1d3a87049dd42a5727 (diff) | |
Move D-Bus policy files to /usr/share/dbus-1/system.d/
This is supported since dbus 1.9.18.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 023d1884..dc1f974d 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ override_dh_auto_configure: --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-systemdsystemunitdir=/lib/systemd/system \ --with-udev-dir=/lib/udev \ + --with-dbus-sys-dir=/usr/share/dbus-1/system.d \ --with-crypto=gnutls \ --with-session-tracking=systemd \ --with-suspend-resume=systemd \ |