diff options
author | David Robillard <d@drobilla.net> | 2011-11-26 05:59:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-26 05:59:00 +0000 |
commit | 0bfe9ea348b5719bc441a573141b26b7d9c4f0d0 (patch) | |
tree | edcf008185767f532d7bfc16181ebaa9e657fc91 /osx/bundleify.sh | |
parent | df7057e949db637f9d2d58272d08c7aae58be961 (diff) | |
download | patchage-0bfe9ea348b5719bc441a573141b26b7d9c4f0d0.tar.gz patchage-0bfe9ea348b5719bc441a573141b26b7d9c4f0d0.tar.bz2 patchage-0bfe9ea348b5719bc441a573141b26b7d9c4f0d0.zip |
Mac integration.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3641 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'osx/bundleify.sh')
-rwxr-xr-x | osx/bundleify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/bundleify.sh b/osx/bundleify.sh index 9a49a78..220eb78 100755 --- a/osx/bundleify.sh +++ b/osx/bundleify.sh @@ -11,7 +11,7 @@ mkdir -p "$bundle/Contents/lib/modules" sed -i '' 's/GDK_CONTROL_MASK/GDK_META_MASK/' $bundle/Contents/patchage.ui # Copy GTK and pango modules to bundle -cp /opt/local/lib/gtk-2.0/2.10.0/engines/libclearlooks.so $bundle/Contents/lib/engines +cp /usr/local/lib/gtk-2.0/2.10.0/engines/libquartz.so $bundle/Contents/lib/engines cp /opt/local/lib/pango/1.6.0/modules/*basic*.so $bundle/Contents/lib/modules # Copy libraries depended on by the executable to bundle |