diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-01-23 16:47:35 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-01-23 16:47:35 +0000 |
| commit | 1f81d46b3670e8fcadd3ea8d926cb07601d483ff (patch) | |
| tree | 85eb79e8787f0eb02683efcca23336563d11dae9 /debian/rules | |
| parent | fbe48f0f7dc58794e6a3fc84eb5688aba515851a (diff) | |
changed the default path of dhcdbd
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@519 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 080fa11c..c3d89853 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \ --libexecdir=/usr/bin \ --localstatedir=/var/run \ --without-named \ - --with-dhcdbd=/sbin/dhcdbd \ + --with-dhcdbd=/usr/sbin/dhcdbd \ --with-distro=debian clean:: |