mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Deploy LRDF presets (if any)
This commit is contained in:
parent
5324c9092e
commit
ae6bf4bc7d
4 changed files with 9 additions and 0 deletions
1
wscript
1
wscript
|
|
@ -1625,6 +1625,7 @@ def build(bld):
|
|||
bld.install_files (bld.env['CONFDIR'], 'system_config')
|
||||
|
||||
bld.install_files (os.path.join (bld.env['DATADIR'], 'templates'), bld.path.ant_glob ('share/templates/**'), cwd=bld.path.find_dir ('share/templates'), relative_trick=True)
|
||||
bld.install_files (os.path.join (bld.env['DATADIR'], 'rdf'), bld.path.ant_glob ('share/rdf/*.n3'))
|
||||
|
||||
if bld.env['RUN_TESTS']:
|
||||
bld.add_post_fun(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue