mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f706b0bc33
Thanks to USUARIONUEVO for the report Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
14 lines
367 B
Diff
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@
|
|
|