From ee2bfe6014a46c3a1e791b733a4241a475aa9d6d Mon Sep 17 00:00:00 2001 From: Meng Weng Wong Date: Fri, 26 Feb 2021 15:52:15 +0800 Subject: [PATCH] mkdir -p $GF_LIB_PATH if it doesn't already exist (#366) * mkdir -p $GF_LIB_PATH if it doesn't already exist * enquote the install --- Setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Setup.sh b/Setup.sh index 7141f68f..958da989 100755 --- a/Setup.sh +++ b/Setup.sh @@ -97,4 +97,5 @@ done # Copy echo "Copying to ${dest}" +mkdir -p "${dest}" cp -R "${dist}"/* "${dest}"