about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-04-25 21:29:19 +0200
committerGitHub <noreply@github.com>2020-04-25 21:29:19 +0200
commit2a60ceb6944a7ca273057ddf64dcf837bf7f9521 (patch)
tree0443f53a5c4ef733ed501135fe47162a30ae6672
parent0c3d06c41e2848f53db5caa881d624df87cec0d2 (diff)
downloadafl++-2a60ceb6944a7ca273057ddf64dcf837bf7f9521.tar.gz
fix issue #333
-rw-r--r--libdislocator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/Makefile b/libdislocator/Makefile
index 37fd4fd6..f9c4cb65 100644
--- a/libdislocator/Makefile
+++ b/libdislocator/Makefile
@@ -39,5 +39,5 @@ clean:
 install: all
 	install -m 755 -d $${DESTDIR}$(HELPER_PATH)
 	install -m 755 ../libdislocator.so $${DESTDIR}$(HELPER_PATH)
-	install -m 644 README.dislocator.md $${DESTDIR}$(HELPER_PATH)
+	install -m 644 -T README.md $${DESTDIR}$(HELPER_PATH)/README.dislocator.md