properly handle FS pitch-bend - closes #7140
[ardour.git] / templates / wscript
index 8dff100d1a0998b28ecba28fdc2a69f2dec4a1b1..ab7e8d076865101039d68bb33dbd8009ea8e2098 100644 (file)
@@ -8,9 +8,9 @@
 # the user's hardware configuration. This makes any pre-existing
 # templates potentially wrong/useless/annoying for anyone who
 # uses a different hardware input configuration than was used
-# to create the templates. 
+# to create the templates.
 #
-# Templates should be created by the user, not by us. 
+# Templates should be created by the user, not by us.
 #
 # I modified the code below, but have not tested it. For now
 # this directory will be removed from the top level wscript's
@@ -35,7 +35,7 @@ def build(bld):
                   name = 'template',
                   source = [ t ],
                   target = [ os.path.join(dir_name, file_name) ],
-                  install_path = os.path.join(bld.env['DATADIR'], 'ardour3', os.path.join('templates', dir_name)))
+                  install_path = os.path.join(bld.env['DATADIR'], os.path.join('templates', dir_name)))
 
 def options(opt):
     pass