From eeb5d8fa153ecdfaefc14c3f2862506ef9257115 Mon Sep 17 00:00:00 2001 From: Micah Snyder <30635813+micah-at-talos@users.noreply.github.com> Date: Wed, 23 Jan 2019 17:04:47 -0500 Subject: [PATCH] [ClamAV] Build script fix (#2105) Correction to build.sh script so the script won't fail on clean checkout. --- projects/clamav/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clamav/build.sh b/projects/clamav/build.sh index d229713e3..c383ab61e 100755 --- a/projects/clamav/build.sh +++ b/projects/clamav/build.sh @@ -18,8 +18,8 @@ # # Build the library. # +rm -rf ${WORK}/build mkdir -p ${WORK}/build -rm -r ${WORK}/build/* cd ${WORK}/build ${SRC}/clamav-devel/configure --enable-fuzz=yes --with-libjson=no --with-pcre=no --enable-static=yes --enable-shared=no --disable-llvm --host=x86_64-unknown-linux-gnu make clean