mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
#12150 don't set the directory file permissions of LyX app bundle to 444 anymore
This commit is contained in:
parent
aabe9e8b11
commit
c38e759b28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user