summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-28 21:11:08 -0400
commit058986f77b25685fe871bf5459da3f9c4ea03b5a (patch)
treede2dedd9c4c82072861a605604a37322d96fee23 /templates
parentff25ebe7d96d73f28ec439ba294dd87f877baaf4 (diff)
finish unfinished work at basing all install paths on the program name
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wscript b/templates/wscript
index 8dff100d1a..3ea6c4a1e5 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -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