From 0eddac2d6cb0d763f570236b208986b4e3d93964 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Wed, 22 Jul 2020 22:22:30 +0200 Subject: [PATCH] Fix typo and install include/libhnetdriver/netdriver.h properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00735f899..13a0a74d4 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ install: all install -m 755 hfuzz_cc/hfuzz-g++ $${DESTDIR}$(BIN_PATH) install -d $${DESTDIR}$(INC_PATH)/libhfcommon install -d $${DESTDIR}$(INC_PATH)/libhfuzz - install -d $${DESTDIR}$(INC_PATH)/libhnetdrive + install -d $${DESTDIR}$(INC_PATH)/libhnetdriver install -m 755 includes/libhfcommon/*.h $${DESTDIR}$(INC_PATH)/libhfcommon install -m 755 includes/libhfuzz/*.h $${DESTDIR}$(INC_PATH)/libhfuzz install -m 755 includes/libhfnetdriver/*.h $${DESTDIR}$(INC_PATH)/libhnetdriver