about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-10 19:33:50 +0100
committerGitHub <noreply@github.com>2021-03-10 19:33:50 +0100
commit3bb12b456f0d43bb5e2d9d8f570b7c837666fa09 (patch)
treedc665456433f2076b36a5825345cad4464df769b /GNUmakefile
parent2d92bb483ec3a3c0c30d568b432d15e971fc7015 (diff)
parenta10a627622fe9785301fcb033cd1eee69d3f3056 (diff)
downloadafl++-3bb12b456f0d43bb5e2d9d8f570b7c837666fa09.tar.gz
Merge pull request #800 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile')
-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)