mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 17:44:23 +00:00
30 lines
703 B
Meson
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)
|