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) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
