toolbox/data/config/meson.build
Ondřej Míchal ffdfaa7410 data/config: Add reference configuration file
The file format is TOML[0] but the file extension is .conf to follow the
convention set by Podman.

https://github.com/containers/toolbox/pull/828
https://github.com/containers/toolbox/pull/851
2021-07-23 03:56:03 +02:00

4 lines
101 B
Meson

install_data(
'toolbox.conf',
install_dir: join_paths(get_option('sysconfdir'), 'containers'),
)