mirror_lxc/config/yum/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
207 B
Meson

# SPDX-License-Identifier: LGPL-2.1+
lxc_patch = configure_file(
configuration: dummy_config_data,
input: 'lxc-patch.py',
output: 'lxc-patch.py',
install: true,
install_dir: lxcdatadir)