summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-21 22:18:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-21 22:18:58 +0000
commiteabf3c31ed5337c704a0433cf2b217819fb2ffba (patch)
tree35d1d45bee50af7fed204939cb365b3640361d14 /tools
parent83bf8ed7289191509c6a149047488b6fba6c4f03 (diff)
do not include irrelevant GTK rc "sub-files"
git-svn-id: svn://localhost/ardour2/branches/3.0@13959 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index ba7fd52b71..caadd8f2fd 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -486,7 +486,7 @@ echo "Copying other stuff to $APPDIR ..."
cp $BUILD_ROOT/gtk2_ardour/mnemonic-us.bindings $Etc
cp $BUILD_ROOT/gtk2_ardour/ardour.menus $Etc
cp ../../ardour_system.rc $Etc/ardour_system.rc
-cp $BUILD_ROOT/gtk2_ardour/ardour3*.rc $Etc
+cp $BUILD_ROOT/gtk2_ardour/ardour3_ui_*.rc $Etc
# these are copied straight from the source tree