summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-04 21:33:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-04 21:33:36 +0000
commit0770605242590cf71762e58ab235d3cdf7d9517e (patch)
treeb0eb7146631f91f7d73eccef958e2aaf24358b50 /tools
parent8b581d60cf5cca9dd5610cabd335e755da23f80c (diff)
include step editing and mixer bindings in OS X bundle
git-svn-id: svn://localhost/ardour2/branches/3.0@10453 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 6fdf50673e..4d5ef3ccc0 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -368,8 +368,12 @@ echo
echo "Copying other stuff to $APPDIR ..."
#cp $BUILD_ROOT/gtk2_ardour/ergonomic-us.bindings $Resources
+
cp $BUILD_ROOT/gtk2_ardour/mnemonic-us.bindings $Resources
+cp ../../gtk2_ardour/mixer.bindings $Resources
+cp ../../gtk2_ardour/step_editing.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/ardour.menus $Resources
+
if test x$SAE != x ; then
cp $BUILD_ROOT/gtk2_ardour/SAE-de-keypad.bindings $Resources
cp $BUILD_ROOT/gtk2_ardour/SAE-de-nokeypad.bindings $Resources