summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/fmt-bindings3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/fmt-bindings b/tools/fmt-bindings
index cb4a3886f9..cc053bc131 100755
--- a/tools/fmt-bindings
+++ b/tools/fmt-bindings
@@ -208,8 +208,7 @@ while (<>) {
($group_key,$group_file,$group_name) = split (/\s+/, $_, 3);
if ($make_accelmap && $ardour_bindings) {
if (!exists ($group_handles{$group_file})) {
- print "Try to open ", $group_file . ".bindings\n";
- open $group_handles{$group_file}, ">", $group_file . ".bindings" or die "Cannot open bindings file " . $group_file . ".bindings: $!"
+ open $group_handles{$group_file}, ">", "gtk2_ardour/" . $group_file . ".bindings" or die "Cannot open bindings file " . $group_file . ".bindings: $!"
}
$group_files{$group_key} = $group_handles{$group_file}
}