commit 5ee721ca8b248547bbb7204e7d050cba8800a5e9
Author: Stephan Witt <[email protected]>
Date: Wed Jul 9 13:16:32 2025 -0700
Tell cpio to allow copies via symbolic links - needed on macos Ventura and
newer
---
development/LyX-Mac-binary-release.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/development/LyX-Mac-binary-release.sh
b/development/LyX-Mac-binary-release.sh
index 1fab757ef7..159b73f26d 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -975,12 +975,12 @@ copy_dictionaries() {
fi
if [ -d "${DictionarySourceDir}" -a "yes" = "${hunspell_dictionaries}"
]; then
HunSpellResources="${LyxAppPrefix}/Contents/Resources"
- ( cd "${DictionarySourceDir}" && find dicts -name .svn -prune
-o -type f -print | cpio -pmdv "${HunSpellResources}" )
+ ( cd "${DictionarySourceDir}" && find dicts -name .svn -prune
-o -type f -print | cpio -pmdv --insecure "${HunSpellResources}" )
deduplicate "${HunSpellResources}"/dicts
fi
if [ -d "${DictionarySourceDir}" -a "yes" = "${thesaurus_deployment}"
]; then
MyThesResources="${LyxAppPrefix}/Contents/Resources"
- ( cd "${DictionarySourceDir}" && find thes -name .svn -prune -o
-type f -print | cpio -pmdv "${MyThesResources}" )
+ ( cd "${DictionarySourceDir}" && find thes -name .svn -prune -o
-type f -print | cpio -pmdv --insecure "${MyThesResources}" )
deduplicate "${MyThesResources}"/thes
fi
}
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs