mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
This commit is contained in:
parent
fd42bffae7
commit
ebbc8b3b6a
30 changed files with 58 additions and 58 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue