13
0

T: fix bundling livetrax keys file

This commit is contained in:
Robin Gareus 2024-07-15 23:15:08 +02:00
parent 5327222c81
commit 88ce2980c5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -656,7 +656,7 @@ cp $BUILD_ROOT/gtk2_ardour/clearlooks.rc $Etc
cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc cp $BUILD_ROOT/gtk2_ardour/default_ui_config $Etc
if test -n "$LIVETRAX"; then if test -n "$LIVETRAX"; then
cp $BUILD_ROOT/gtk2_ardour/livetrax.keys $Resources cp $BUILD_ROOT/gtk2_ardour/livetrax.keys $Etc
fi fi
# Copied directly from source tree # Copied directly from source tree