commit 9bbd21cf1f4f28cceca876289426109c7168ea4d
Author: Stephan Witt <[email protected]>
Date:   Fri Sep 21 21:50:21 2018 +0200

    Less verbose framework relocation support output.
---
 development/LyX-Mac-binary-release.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/LyX-Mac-binary-release.sh 
b/development/LyX-Mac-binary-release.sh
index 12fdfdd..80c1d7e 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -776,7 +776,7 @@ EOF
                                                # pattern match for: 
/path/to/qt/lib/QtGui.framework/Versions/4/QtGui (compatibility version 4.6.0, 
current version 4.6.2)
                                                case "${library}" in
                                                
*@rpath/*"${libnm}"*"("*version*")"*)
-                                                       echo rpath based name 
for ${libnm} is ok.
+                                                       # echo rpath based name 
for ${libnm} is ok.
                                                        ;;
                                                *"${libnm}"*"("*version*")"*)
                                                        installname -change\

Reply via email to