From 3be7391da3eefe45b8982ebee4acdc0e3bc8ff02 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Sat, 12 Jan 2019 12:46:47 +0100 Subject: ... --- deploy-osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-osx.sh b/deploy-osx.sh index ba8d7c1..0be5aa3 100755 --- a/deploy-osx.sh +++ b/deploy-osx.sh @@ -8,8 +8,8 @@ macdeployqt tikzit.app cd tikzit.app/Contents/Frameworks POPPLER_QT=`ls libpoppler-qt*` -POPPLER_PATH=`otool -L $POPPLER_QT | sed -e 'm!.*\(/usr.*\(libpoppler\..*dylib\)\).*!\1!p'` -POPPLER_LIB=`otool -L $POPPLER_QT | sed -e 'm!.*\(/usr.*\(libpoppler\..*dylib\)\).*!\2!p'` +POPPLER_PATH=`otool -L $POPPLER_QT | sed -e 's!.*\(/usr.*\(libpoppler\..*dylib\)\).*!\1!p'` +POPPLER_LIB=`otool -L $POPPLER_QT | sed -e 's!.*\(/usr.*\(libpoppler\..*dylib\)\).*!\2!p'` echo "Found $POPPLER_QT and $POPPLER_LIB" echo "Replacing $POPPLER_PATH with relative path..." -- cgit v1.2.3