summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-12 12:46:47 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-12 12:46:47 +0100
commit3be7391da3eefe45b8982ebee4acdc0e3bc8ff02 (patch)
treeae4397561caab1af048899eacab9f2140852ea98
parent123f62d8e237905fb7c9b00725efa3aa84d5f730 (diff)
...
-rwxr-xr-xdeploy-osx.sh4
1 files 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..."