[Bf-blender-cvs] [d8ef33795cb] tmp_T72605: Set read write bits too

Ankit Meel noreply at git.blender.org
Tue Jun 29 23:17:50 CEST 2021


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



More information about the Bf-blender-cvs mailing list