diff options
| author | Michael Biebl <biebl@debian.org> | 2016-03-30 14:18:42 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-03-30 14:19:25 +0200 |
| commit | 0e7c024a445186f5e1950665a0c504ff6607862b (patch) | |
| tree | 38b25e2ad01d34193531e0541ccf9ee48633cfb0 /debian/rules | |
| parent | 10ed5e1adae85e05f55e99d75f1ac2232594491e (diff) | |
Set the udev directory to /lib/udev
via the new --with-udev-dir= configure switch
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 4d7725d1..0a8b017a 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ override_dh_auto_configure: --with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-systemdsystemunitdir=/lib/systemd/system \ + --with-udev-dir=/lib/udev \ --with-crypto=gnutls \ --with-session-tracking=systemd \ --with-suspend-resume=systemd \ |