about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-10 18:43:30 +0100
committervanhauser-thc <vh@thc.org>2021-03-10 18:43:30 +0100
commit2777784f4f9c0fd48e2376827f241297f24e81af (patch)
tree0618a6cf33a79301ae51774d96367c637e295198
parent4bd0d4cbaf3a3de63f737ff86df5de0b809f6631 (diff)
downloadafl++-2777784f4f9c0fd48e2376827f241297f24e81af.tar.gz
fix man path
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 871ee10d..6c89bc6f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -24,7 +24,7 @@ BIN_PATH    = $(PREFIX)/bin
 HELPER_PATH = $(PREFIX)/lib/afl
 DOC_PATH    = $(PREFIX)/share/doc/afl
 MISC_PATH   = $(PREFIX)/share/afl
-MAN_PATH    = $(PREFIX)/man/man8
+MAN_PATH    = $(PREFIX)/share/man/man8
 
 PROGNAME    = afl
 VERSION     = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f2)