summaryrefslogtreecommitdiffstats
path: root/network/dsniff/patches/37_fix-lib-and-share-dirs.patch
blob: f384b7ced0d7a1df48ba5188d46ff1ca786e3d29 (plain)
Description: Fix directory location for data files. They were wrongly set to lib dirs.
Author: Hank Leininger <hlein@korelogic.com>

--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@
 install_prefix  =
 prefix          = @prefix@
 exec_prefix	= @exec_prefix@
-libdir		= @libdir@
+libdir	= $(prefix)/share/dsniff
 sbindir         = @sbindir@
 mandir		= @mandir@