mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 21:06:17 +00:00
Consistent syntax.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
99159f06cc
commit
155228004e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue