mirror_lxc/doc/rootfs/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
203 B
Meson

# SPDX-License-Identifier: LGPL-2.1+
rootfs_readme = configure_file(
configuration: dummy_config_data,
input: 'README',
output: 'README',
install: true,
install_dir: lxcrootfsmount)