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

Stephan Witt switt at lyx.org
Sun Oct 24 19:19:37 UTC 2021


commit c38e759b283df3074f1cfb2897115162af337464
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
---
 development/LyX-Mac-binary-release.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index 7cd3b79..30233cc 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -1076,6 +1076,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


More information about the lyx-cvs mailing list