mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 15:34:58 +00:00
11 lines
229 B
Meson
11 lines
229 B
Meson
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
if distrosysconfdir != ''
|
|
configure_file(
|
|
configuration: conf,
|
|
input: 'lxc.in',
|
|
output: 'lxc',
|
|
install: true,
|
|
install_dir: distrosysconfdir)
|
|
endif
|