diff options
| author | Michael Biebl <biebl@debian.org> | 2008-10-02 23:57:04 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-10-02 23:57:04 +0000 |
| commit | 94674c5138a73ea9f557e0286552504697e4b72f (patch) | |
| tree | dc8722b5bcc7cda9906deba1b00e393446c9f63c | |
| parent | 19c88300a309da2219f7a9a2e041fcee60ae630e (diff) | |
Pass the correct path of resolvconf and dhclient to ./configure
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2432 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8567f7e3..d2593423 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,8 @@ DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/NetworkManager" DEB_CONFIGURE_EXTRA_FLAGS += \ --with-dbus-sys=/etc/dbus-1/system.d \ --with-distro=debian \ + --with-resolvconf=/sbin/resolvconf \ + --with-dhcp-client=/sbin/dhclient \ --with-crypto=gnutls DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 . |