Skip to content

Commit e7fc1ef

Browse files
committed
minor fix for man page install
1 parent 5fda786 commit e7fc1ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ cc_library_static {
129129
vendor_available: true,
130130
host_supported: true,
131131
recovery_available: true,
132+
sdk_version: "9",
132133

133134
defaults: [
134135
"afl-defaults",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ endif
400400
set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang++ ; else ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang++; fi
401401

402402
mkdir -m 0755 -p ${DESTDIR}$(MAN_PATH)
403-
install -m0644 -D *.8 ${DESTDIR}$(MAN_PATH)
403+
install -m0644 *.8 ${DESTDIR}$(MAN_PATH)
404404

405405
install -m 755 afl-as $${DESTDIR}$(HELPER_PATH)
406406
ln -sf afl-as $${DESTDIR}$(HELPER_PATH)/as

0 commit comments

Comments
 (0)