From 88ce2980c591484eb20ccc4233c5ba508a96d417 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 15 Jul 2024 23:15:08 +0200 Subject: [PATCH] T: fix bundling livetrax keys file --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 2a109f77fc..a6dd741cd2 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -656,7 +656,7 @@ cp $BUILD_ROOT/gtk2_ardour/clearlooks.rc $Etc cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc if test -n "$LIVETRAX"; then - cp $BUILD_ROOT/gtk2_ardour/livetrax.keys $Resources + cp $BUILD_ROOT/gtk2_ardour/livetrax.keys $Etc fi # Copied directly from source tree