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