summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/make-package.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh
index f6e78549c..2cce83816 100755
--- a/packaging/macosx/make-package.sh
+++ b/packaging/macosx/make-package.sh
@@ -47,8 +47,7 @@ cd staging/Subsurface.app/Contents
for i in Resources/lib/gdk-pixbuf-2.0/2.10.0/loaders/*; do
$BUNDLER_SRC/bundler/run-install-name-tool-change.sh $i $PREFIX Resources change
done
-for i in Resources/lib/*.dylib;
-do
+for i in Resources/lib/*.dylib; do
install_name_tool -id "@executable_path/../$i" $i
done