about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-03-18 16:19:14 +0100
committerGitHub <noreply@github.com>2020-03-18 16:19:14 +0100
commit1dee73cddeb3b91673ec29820b47a25461e5f971 (patch)
tree06d4791abde1f1dc4ab3ccf81810b303e7c3cc80
parent3aa72429256d0d24d435abd1f641bfce0d4da557 (diff)
downloadafl++-1dee73cddeb3b91673ec29820b47a25461e5f971.tar.gz
libtokencap: install correct README without name collision
-rw-r--r--libtokencap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile
index 0253d3d1..059cf75b 100644
--- a/libtokencap/Makefile
+++ b/libtokencap/Makefile
@@ -57,5 +57,5 @@ clean:
 install: all
 	install -m 755 -d $${DESTDIR}$(HELPER_PATH)
 	install -m 755 ../libtokencap.so $${DESTDIR}$(HELPER_PATH)
-	install -m 644 README.tokencap.md $${DESTDIR}$(HELPER_PATH)
+	install -m 644 README.md $${DESTDIR}$(HELPER_PATH)/README.tokencap.md