summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-03 20:00:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-03 20:00:57 +0000
commitebbc8b3b6a6d77f705698aff36455c61ee07bb66 (patch)
treeac0c6276ba2c54f14a18d1dc50c051123c011731 /templates
parentfd42bffae71ae2bb521ace2145f238a76d9cf764 (diff)
do proper install on x86_64 system, remove stupid debuggig code from panner, handle port registration error with its own error message
git-svn-id: svn://localhost/ardour2/trunk@1264 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 874d70cf06..60a80c5619 100644
--- a/templates/SConscript
+++ b/templates/SConscript
@@ -14,5 +14,5 @@ for template in template_files:
Default(template_build)
-env.Alias('install', env.Install(os.path.join(install_prefix, 'share/ardour2/templates'), files))
+env.Alias('install', env.Install(os.path.join(install_prefix, 'share', 'ardour2', 'templates'), files))
env.Alias('tarball', env.Distribute (env['DISTTREE'], [ 'SConscript' ] + template_build))