mirror_lxc/config/etc/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

9 lines
221 B
Meson

# SPDX-License-Identifier: LGPL-2.1+
lxc_system_config = configure_file(
configuration: dummy_config_data,
input: 'default.conf.lxcbr',
output: 'default.conf',
install: true,
install_dir: lxcconfdir)