[Bf-blender-cvs] [6bab2edec25] tmp_T72605: Explicitly remove write for o and g.

Ankit Meel noreply at git.blender.org
Thu Jul 1 12:43:29 CEST 2021


Commit: 6bab2edec2553b4bef13a6633651a1c11e77e4b2
Author: Ankit Meel
Date:   Thu Jul 1 15:20:04 2021 +0530
Branches: tmp_T72605
https://developer.blender.org/rB6bab2edec2553b4bef13a6633651a1c11e77e4b2

Explicitly remove write for o and g.

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 7005b6aed75..204858d9edc 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1242,7 +1242,7 @@ endif()
 # Post-install script
 
 if(APPLE)
-  install(CODE "execute_process(COMMAND chmod -R a+rX,u+w \"$<TARGET_BUNDLE_DIR:blender>\")")
+  install(CODE "execute_process(COMMAND chmod -R a+rX,u+w,og-w \"$<TARGET_BUNDLE_DIR:blender>\")")
 endif()
 
 if(POSTINSTALL_SCRIPT)



More information about the Bf-blender-cvs mailing list