diff --git a/Make.sh b/Make.sh index 97870d31d..ce73171c4 100755 --- a/Make.sh +++ b/Make.sh @@ -97,4 +97,4 @@ done # Copy echo "Copying to ${dest}" -cp -R "${dist}"/* "${dest}" +cp -R -p "${dist}"/* "${dest}"