diff options
Diffstat (limited to 'openwrt/package/dsniff')
-rw-r--r-- | openwrt/package/dsniff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dsniff/Makefile b/openwrt/package/dsniff/Makefile index 2f95d6aee0..6d6b6064ba 100644 --- a/openwrt/package/dsniff/Makefile +++ b/openwrt/package/dsniff/Makefile @@ -32,7 +32,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared --program-suffix="" \ --prefix=/usr \ --exec-prefix=/usr \ - --bindir=/usr/sbin \ + --bindir=/usr/bin \ --datadir=/usr/share \ --includedir=/usr/include \ --infodir=/usr/share/info \ |