1
0
forked from GitHub/gf-rgl

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
This commit is contained in:
Meng Weng Wong
2021-02-26 15:52:15 +08:00
committed by GitHub
parent 2bb3630f00
commit ee2bfe6014

View File

@@ -97,4 +97,5 @@ done
# Copy # Copy
echo "Copying to ${dest}" echo "Copying to ${dest}"
mkdir -p "${dest}"
cp -R "${dist}"/* "${dest}" cp -R "${dist}"/* "${dest}"