[Bf-blender-cvs] [a4e9f322fae] tmp_T72605: Fix path error

Ankit Meel noreply at git.blender.org
Wed Jun 30 11:43:29 CEST 2021


Commit: a4e9f322faef6cb4c6e76892f3406516f34bb85f
Author: Ankit Meel
Date:   Wed Jun 30 14:28:11 2021 +0530
Branches: tmp_T72605
https://developer.blender.org/rBa4e9f322faef6cb4c6e76892f3406516f34bb85f

Fix path error

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index eb8dbef5e71..7005b6aed75 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+X,a+r,u+w '$<TARGET_BUNDLE_DIR:blender>')")
+  install(CODE "execute_process(COMMAND chmod -R a+rX,u+w \"$<TARGET_BUNDLE_DIR:blender>\")")
 endif()
 
 if(POSTINSTALL_SCRIPT)



More information about the Bf-blender-cvs mailing list