about summary refs log tree commit diff
path: root/qemu_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-31 11:21:52 +0200
committerGitHub <noreply@github.com>2020-08-31 11:21:52 +0200
commit7ee255cbcf5a4bcf0e61b70024d9fa3259bc79e7 (patch)
tree5f25d67cbb28728e755438fedd0be3db5004d843 /qemu_mode
parent961ddfd7f8ff9f40bd36e7552bf838e554904a0c (diff)
parentb0b2a158915a70211042ce2962d70f9106d216eb (diff)
downloadafl++-7ee255cbcf5a4bcf0e61b70024d9fa3259bc79e7.tar.gz
Merge pull request #529 from rhertzog/manpages
Manual pages related changes
Diffstat (limited to 'qemu_mode')
-rw-r--r--qemu_mode/libcompcov/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libcompcov/Makefile b/qemu_mode/libcompcov/Makefile
index 9ed3e3fa..c2880b99 100644
--- a/qemu_mode/libcompcov/Makefile
+++ b/qemu_mode/libcompcov/Makefile
@@ -16,7 +16,7 @@
 PREFIX      ?= /usr/local
 HELPER_PATH  = $(PREFIX)/lib/afl
 DOC_PATH    ?= $(PREFIX)/share/doc/afl
-MAN_PATH    ?= $(PREFIX)/man/man8
+MAN_PATH    ?= $(PREFIX)/share/man/man8
 
 VERSION     = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2)