Commit: d8ef33795cbdf6875f7fa683573a37c4972d142a
Author: Ankit Meel
Date:   Wed Jun 30 02:44:16 2021 +0530
Branches: tmp_T72605
https://developer.blender.org/rBd8ef33795cbdf6875f7fa683573a37c4972d142a

Set read write bits too

===================================================================

M       source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4d9beb8e7d1..57030757540 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1024,7 +1024,10 @@ elseif(APPLE)
   install(
     TARGETS blender
     DESTINATION "."
-    PERMISSIONS OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE
+    PERMISSIONS
+      OWNER_READ    GROUP_READ    WORLD_READ
+      OWNER_WRITE
+      OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE
   )
 
   # install release and app files

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to