aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/make-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh
index 991a18405..f6e78549c 100755
--- a/packaging/macosx/make-package.sh
+++ b/packaging/macosx/make-package.sh
@@ -44,8 +44,8 @@ $BUNDLER packaging/macosx/subsurface.bundle
# correct the paths and names
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 ;
+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