1
0
forked from GitHub/gf-rgl

Preserve metadata in copy (Make.sh)

Addresses #43 but I'm not 100% convinced it makes any difference.
This commit is contained in:
John J. Camilleri
2018-10-25 08:28:29 +02:00
parent 55528604b7
commit 1862cb0559

View File

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