slackbuilds_ponce/network/dsniff/patches/37_fix-lib-and-share-dirs.patch
Matteo Bernardini f706b0bc33 network/dsniff: Update to the latest debian patches.
Thanks to USUARIONUEVO for the report

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-17 23:19:28 -05:00

14 lines
367 B
Diff

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@