From 747882fcd4f18226a9dca0c415c53be8d6263df8 Mon Sep 17 00:00:00 2001 From: tomdot <82123860+tomdot-dev@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:23:50 -0500 Subject: [PATCH] Handle ccl_chrome_indexeddb/ directory --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 047858d..1513109 100644 --- a/install.sh +++ b/install.sh @@ -47,6 +47,7 @@ mv /john/run/opencl /john-bin/usr/local/bin mv /john/run/benchmark-unify /john-bin/usr/local/bin mv /john/run/makechr /john-bin/usr/local/bin mv /john/run/relbench /john-bin/usr/local/bin +mv /john/run/ccl_chrome_indexeddb /john-bin/usr/share/ chmod +x /john-bin/usr/local/bin/* @@ -57,4 +58,4 @@ if [ $(ls -1 /john/run/ | wc -l) -ne 0 ]; then exit 1 fi -exit 0 \ No newline at end of file +exit 0