]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/meson.build
fs-util: no need for fchmod_and_chown() to access /proc/self/fd directly
[thirdparty/systemd.git] / network / meson.build
1 # SPDX-License-Identifier: LGPL-2.1+
2
3 if conf.get('ENABLE_NETWORKD') == 1
4 install_data('80-container-host0.network',
5 '80-container-ve.network',
6 '80-container-vz.network',
7 install_dir : networkdir)
8
9 meson.add_install_script('sh', '-c',
10 mkdir_p.format(join_paths(sysconfdir, 'systemd/network')))
11 endif
12
13 install_data('99-default.link',
14 install_dir : networkdir)