diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-17 00:13:52 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 15:45:55 -0800 |
commit | 99159f06cc2a6e0a996c0b0739a980cc60a63d1b (patch) | |
tree | 09733ae94e72b43dd7d2ec8355c3cc6882cd3665 /packaging | |
parent | 44c7e02c94a756de9bb111041b102fbcdae8c612 (diff) | |
download | subsurface-99159f06cc2a6e0a996c0b0739a980cc60a63d1b.tar.gz |
Remove useless whitespace.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/macosx/make-package.sh | 4 |
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 |