]> git.lyx.org Git - features.git/commitdiff
avoid deployment of debug version of qt plugins
authorStephan Witt <switt@lyx.org>
Sat, 1 Mar 2014 09:23:24 +0000 (10:23 +0100)
committerStephan Witt <switt@lyx.org>
Sat, 1 Mar 2014 09:23:31 +0000 (10:23 +0100)
development/LyX-Mac-binary-release.sh

index fd81429604b8d791bdc0eb45da9a5d1a654245df..03815c7d8f697584d0591971726b0812d52556d5 100644 (file)
@@ -673,7 +673,7 @@ Translations = translations
 EOF
        if [ ! -d "${condir}/PlugIns" ]; then
                mkdir -p "${condir}/PlugIns"
-               find "${source}/plugins" -name \*.dylib -print | while read libname ; do
+               find "${source}/plugins" -name \*.dylib -print | grep -v _debug.dylib | while read libname ; do
                        echo Copy plugin "${libname}"
                        dylib=$(basename "${libname}")
                        dirname=$(dirname "${libname}")