From 441a533e2ae4f191cd2583324327a541550628e4 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 17 Aug 2021 16:39:43 -0700 Subject: [PATCH] Update install_tool --- bin/install_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_tool b/bin/install_tool index 6de3bf6..f69b461 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -270,7 +270,7 @@ case ${TOOL} in ;; aflplusplus) install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev clang clang-tools \ - llvm + llvm python3-setuptools git clone "https://github.com/vanhauser-thc/AFLplusplus" "${DESTDIR}" make -C "${DESTDIR}" distrib ;;