mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +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
|
convert_universal
|
||||||
copy_dictionaries
|
copy_dictionaries
|
||||||
test -n "${CODESIGN_IDENTITY}" && code_sign "${LYX_BUNDLE_PATH}"
|
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
|
fi
|
||||||
build_package
|
build_package
|
||||||
|
Loading…
Reference in New Issue
Block a user