From 44555856087b9a02a0cc1e972784eefd8b5ff04f Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 24 Oct 2021 21:43:23 +0200 Subject: [PATCH] #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 deletion(-) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 94dc534d66..7056868535 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 11782e969f..12af42228a 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: