diff options
| author | Michael Biebl <biebl@debian.org> | 2026-07-03 20:00:56 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-07-03 20:00:56 +0200 |
| commit | f474a0586aeaec2dbd1dfddd834191b79dac4662 (patch) | |
| tree | eee5a95002755c4c2d0e03f898861d2d87778ed6 /debian/rules | |
| parent | 23d439653cc2302d0f852655dc7e9e2cbb2bef8d (diff) | |
Stop setting systemdsystemunitdir explicitly
Instead rely on systemd.pc (provided by systemd-dev) to get this path.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index aac26294..82813095 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,6 @@ override_dh_auto_configure: -Dnft=/usr/sbin/nft \ -Ddnsmasq=/usr/sbin/dnsmasq \ -Dpolkit_agent_helper_1=/usr/lib/policykit-1/polkit-agent-helper-1 \ - -Dsystemdsystemunitdir=/usr/lib/systemd/system \ -Dudev_dir=/usr/lib/udev \ -Ddbus_conf_dir=/usr/share/dbus-1/system.d \ -Dcrypto=gnutls \ |