mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
install libardour_cp to the correct place
git-svn-id: svn://localhost/trunk/ardour2@523 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2fba6d0925
commit
5c7d8cd288
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ Default(libardour_cp)
|
|||
if env['NLS']:
|
||||
i18n (cp, cp_files, env)
|
||||
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2/surfaces'), libardour_cp))
|
||||
env.Alias('install', env.Install(os.path.join(install_prefix, 'lib/ardour2'), libardour_cp))
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript', 'i18n.h', 'gettext.h' ] +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue