Deploy LRDF presets (if any)

This commit is contained in:
Robin Gareus 2022-10-11 17:06:39 +02:00
parent 5324c9092e
commit ae6bf4bc7d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 9 additions and 0 deletions

View file

@ -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)