summaryrefslogtreecommitdiff
path: root/tools/linux_packaging
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-02-23 14:10:45 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-23 14:10:45 -0500
commit28c9583ba693d4f094b824cca66f6949464d0391 (patch)
tree7fd15cb8e800b6d5fd7be72603e1223fd7451218 /tools/linux_packaging
parenta4cde4230c043dc5964c0c8801601d96704b4954 (diff)
change bindings file included in bundles for Linux and OS X
Diffstat (limited to 'tools/linux_packaging')
-rwxr-xr-xtools/linux_packaging/build4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index be26342e1a..bf0d27616a 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -565,7 +565,7 @@ find $APPLIB/ -name "*.so*" -print0 | xargs -0 chmod a+rx
echo "Copying other stuff to $APPDIR ..."
# these are all generated by waf
-cp $BUILD_ROOT/gtk2_ardour/mnemonic-us.bindings $Etc
+cp $BUILD_ROOT/gtk2_ardour/ardour.keys $Etc
cp $BUILD_ROOT/gtk2_ardour/ardour.menus $Etc
cp $BUILD_ROOT/gtk2_ardour/clearlooks.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc
@@ -575,8 +575,6 @@ cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc
cp ../../system_config $Etc/system_config
cp ../../gtk2_ardour/dark.colors $Etc
cp ../../instant.xml $Shared/instant.xml
-cp ../../gtk2_ardour/step_editing.bindings $Etc
-cp ../../gtk2_ardour/mixer.bindings $Etc
cp -r ../../gtk2_ardour/icons $Shared
cp -r ../../gtk2_ardour/pixmaps $Shared
cp -r ../../gtk2_ardour/splash.png $Shared