[LyX/2.3.x] #12150 don't set the directory file permissions of LyX app bundle to 444 anymore

Stephan Witt switt at lyx.org
Sun Oct 31 09:35:08 UTC 2021


commit 44555856087b9a02a0cc1e972784eefd8b5ff04f
Author: Stephan Witt <switt at lyx.org>
Date:   Sun Oct 24 21:43:23 2021 +0200

    #12150 don't set the directory file permissions of LyX app bundle to 444 anymore
    
    (cherry picked from commit c38e759b283df3074f1cfb2897115162af337464)
    
    plus status entry
---
 development/LyX-Mac-binary-release.sh |    2 +-
 status.23x                            |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index 94dc534..7056868 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -1075,6 +1075,6 @@ if [ ${LyxOnlyPackage:-"no"} = "no" ]; then
 	convert_universal
 	copy_dictionaries
 	test -n "${CODESIGN_IDENTITY}" && code_sign "${LYX_BUNDLE_PATH}"
-	find "${LyxAppPrefix}" -type d -exec chmod a-w '{}' \;
+	find "${LyxAppPrefix}" -type d -exec chmod go-w '{}' \;
 fi
 build_package
diff --git a/status.23x b/status.23x
index 11782e9..12af422 100644
--- a/status.23x
+++ b/status.23x
@@ -54,6 +54,8 @@ What's new
 
 - Fix framework name case error for QtDBus on Mac (bug 12305)
 
+- Fix directory permission of .app bundle on Mac (bug 12150)
+
 
 
 ** Bug fixes:


More information about the lyx-cvs mailing list