mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
meson: tools: generate virt-pki-validate script
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
@@ -223,6 +223,7 @@ executable(
|
||||
tools_conf = configuration_data()
|
||||
tools_conf.set('VERSION', meson.project_version())
|
||||
tools_conf.set('schemadir', pkgdatadir / 'schemas')
|
||||
tools_conf.set('sysconfdir', sysconfdir)
|
||||
|
||||
configure_file(
|
||||
input: 'virt-xml-validate.in',
|
||||
@@ -232,3 +233,12 @@ configure_file(
|
||||
install_dir: bindir,
|
||||
install_mode: 'rwxrwxr-x',
|
||||
)
|
||||
|
||||
configure_file(
|
||||
input: 'virt-pki-validate.in',
|
||||
output: 'virt-pki-validate',
|
||||
configuration: tools_conf,
|
||||
install: true,
|
||||
install_dir: bindir,
|
||||
install_mode: 'rwxrwxr-x',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user