summaryrefslogtreecommitdiff
path: root/indra/newview/FixBundle.cmake.in
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-08 23:58:04 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-08 23:58:04 +0800
commitdf882b8a1a84089f4415a0dce329b2feef96081b (patch)
tree43f9a45acd5719514607dd8d92290df672d7efd1 /indra/newview/FixBundle.cmake.in
parent48c6f170a8852d8b7b82218b167e4ea636abbf52 (diff)
Explicit on every permission desired for Dullahan
otherwise those executables couldn't be read and therefore couldn't be copied for bundle preparation, for example.
Diffstat (limited to 'indra/newview/FixBundle.cmake.in')
-rw-r--r--indra/newview/FixBundle.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/FixBundle.cmake.in b/indra/newview/FixBundle.cmake.in
index 0cc1569890..b2957cd9b5 100644
--- a/indra/newview/FixBundle.cmake.in
+++ b/indra/newview/FixBundle.cmake.in
@@ -157,5 +157,5 @@ file(CHMOD
"${viewer_BINARY_DIR}/${VIEWER_CHANNEL}.app/Contents/Resources/SLPlugin.app/Contents/Frameworks/DullahanHelper (GPU).app/Contents/MacOS/DullahanHelper (GPU)"
"${viewer_BINARY_DIR}/${VIEWER_CHANNEL}.app/Contents/Resources/SLPlugin.app/Contents/Frameworks/DullahanHelper (Plugin).app/Contents/MacOS/DullahanHelper (Plugin)"
"${viewer_BINARY_DIR}/${VIEWER_CHANNEL}.app/Contents/Resources/SLPlugin.app/Contents/Frameworks/DullahanHelper (Renderer).app/Contents/MacOS/DullahanHelper (Renderer)"
- PERMISSIONS OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE
+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)