mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 22:21:55 +03:00
37efbbd821
The indentation for emacs'es meson-mode is added .dir-locals. All files are reindented automatically, using the lasest meson-mode from git. Indentation should now be fairly consistent.
13 lines
449 B
Meson
13 lines
449 B
Meson
if conf.get('ENABLE_NETWORKD', 0) == 1
|
|
install_data('80-container-host0.network',
|
|
'80-container-ve.network',
|
|
'80-container-vz.network',
|
|
install_dir : networkdir)
|
|
|
|
meson.add_install_script('sh', '-c',
|
|
mkdir_p.format(join_paths(sysconfdir, 'systemd/network')))
|
|
endif
|
|
|
|
install_data('99-default.link',
|
|
install_dir : networkdir)
|