diff options
| author | Michael Biebl <biebl@debian.org> | 2017-06-17 20:58:14 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-06-17 21:02:19 +0200 |
| commit | bfe57e5fbd9cea476af46baece1c83c1b9cdd631 (patch) | |
| tree | de45fe78cd6317a1abfe3c5482f3bb1e27aaa722 /debian/rules | |
| parent | b53658e4cedc1c60f05c9840a54435ca84dc17e0 (diff) | |
Switch runstatedir from /var/run to /run
Update existing /etc/resolv.conf symlinks accordingly. Closes: #860045
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 cdc24319..c912aacf 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ override_dh_autoreconf: override_dh_auto_configure: dh_auto_configure -- \ --libexecdir=/usr/lib/NetworkManager \ + --runstatedir=/run \ --with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR) \ --with-pppd=/usr/sbin/pppd \ --with-resolvconf=/sbin/resolvconf \ |