From 73170bfc538abfb6840acf99e9c6c82debe9f4d0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Jul 2015 09:26:49 -0400 Subject: place generated bindings files in gtk2_ardour/ This may have some potential cross-platform issues if fmt-bindings is ever meant to run on Windows. --- tools/fmt-bindings | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/fmt-bindings') 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} } -- cgit v1.2.3