summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-15 04:49:40 +0000
committerDavid Robillard <d@drobilla.net>2006-06-15 04:49:40 +0000
commit952be81efe150e37edbeff07a9b69ddb9c94b72a (patch)
tree9a7b9b1a94bf932e1ef6ecd68a61857e925a00c7 /templates
parentcfca8da3d855ae5168d93e69541b1a09e168b0f0 (diff)
- Fixed templates install directory to <prefix>/share/ardour2
- Added system templates dir bookmark to NSD git-svn-id: svn://localhost/ardour2/trunk@603 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'templates')
-rw-r--r--templates/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/SConscript b/templates/SConscript
index b5410ad7a5..7fa556530b 100644
--- a/templates/SConscript
+++ b/templates/SConscript
@@ -13,5 +13,5 @@ for template in template_files:
Default(template_build)
-env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour/templates'), template_build))
+env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/templates'), template_build))
env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build))