changeset 2379:4e2749c58e77

Fix permissions in copied-in libraries
author Chris Cannam
date Thu, 17 Oct 2019 08:39:23 +0100
parents d022c02b82b7
children efbf5ecb76b6
files deploy/osx/copy-qt.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/copy-qt.sh	Wed Oct 16 16:22:12 2019 +0100
+++ b/deploy/osx/copy-qt.sh	Thu Oct 17 08:39:23 2019 +0100
@@ -54,6 +54,9 @@
     cp -v "$pfile" "$target" || exit 2
 done
 
+# Sometimes the copied-in files are read-only: correct that
+chmod -R u+w "$app.app"
+
 echo "Done"