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

This commit is contained in:
Stephan Witt 2021-10-24 21:43:23 +02:00
parent aabe9e8b11
commit c38e759b28

View File

@ -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