1
0
forked from GitHub/gf-rgl

Must make dest directory before copying to it

This commit is contained in:
John J. Camilleri
2020-11-11 21:58:45 +01:00
parent 6cedca7f4f
commit 7505813fa5
2 changed files with 2 additions and 1 deletions

View File

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