diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-17 00:16:11 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 15:46:14 -0800 |
commit | 155228004e6b295efba9a9c35b6dc080e76b8389 (patch) | |
tree | 5e2adb332a27f699233357687074342224b82622 /packaging/macosx | |
parent | 99159f06cc2a6e0a996c0b0739a980cc60a63d1b (diff) | |
download | subsurface-155228004e6b295efba9a9c35b6dc080e76b8389.tar.gz |
Consistent syntax.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-x | packaging/macosx/make-package.sh | 3 |
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 |