mirror_lxc/templates/meson.build
Stéphane Graber 97f93be72e
meson: Align SPDX license id
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
2024-04-02 20:42:09 -04:00

30 lines
703 B
Meson

# SPDX-License-Identifier: LGPL-2.1+
template_scripts = configure_file(
configuration: conf,
input: 'lxc-busybox.in',
output: 'lxc-busybox',
install: true,
install_dir: lxctemplatedir)
template_scripts = configure_file(
configuration: conf,
input: 'lxc-download.in',
output: 'lxc-download',
install: true,
install_dir: lxctemplatedir)
template_scripts = configure_file(
configuration: conf,
input: 'lxc-local.in',
output: 'lxc-local',
install: true,
install_dir: lxctemplatedir)
template_scripts = configure_file(
configuration: conf,
input: 'lxc-oci.in',
output: 'lxc-oci',
install: true,
install_dir: lxctemplatedir)