diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-04-25 21:29:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 21:29:19 +0200 |
commit | 2a60ceb6944a7ca273057ddf64dcf837bf7f9521 (patch) | |
tree | 0443f53a5c4ef733ed501135fe47162a30ae6672 | |
parent | 0c3d06c41e2848f53db5caa881d624df87cec0d2 (diff) | |
download | afl++-2a60ceb6944a7ca273057ddf64dcf837bf7f9521.tar.gz |
fix issue #333
-rw-r--r-- | libdislocator/Makefile | 2 |
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 |