diff options
| author | vanhauser-thc <vh@thc.org> | 2021-03-10 18:43:30 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-03-10 18:43:30 +0100 |
| commit | 2777784f4f9c0fd48e2376827f241297f24e81af (patch) | |
| tree | 0618a6cf33a79301ae51774d96367c637e295198 | |
| parent | 4bd0d4cbaf3a3de63f737ff86df5de0b809f6631 (diff) | |
| download | afl++-2777784f4f9c0fd48e2376827f241297f24e81af.tar.gz | |
fix man path
| -rw-r--r-- | GNUmakefile | 2 |
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) |
