From: Paul Davis Date: Fri, 4 Nov 2011 21:33:36 +0000 (+0000) Subject: include step editing and mixer bindings in OS X bundle X-Git-Tag: 3.0-beta1~139 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0770605242590cf71762e58ab235d3cdf7d9517e;p=ardour.git 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 --- 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