summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-11-02 06:20:11 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-11-03 04:02:51 +0100
commit6256c65aad2a719ac9054961561bb26e497208ce (patch)
treeb89abea2daad5b7d5147debe0c2906da6ca307e8 /network
parentnetwork: add meson option to rename .example files on install (diff)
downloadsystemd-6256c65aad2a719ac9054961561bb26e497208ce.tar.xz
systemd-6256c65aad2a719ac9054961561bb26e497208ce.zip
meson: /etc/systemd/network is also used by udevd
Diffstat (limited to 'network')
-rw-r--r--network/meson.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/network/meson.build b/network/meson.build
index b9564b766f..b343bf6ad3 100644
--- a/network/meson.build
+++ b/network/meson.build
@@ -31,10 +31,11 @@ if conf.get('ENABLE_NETWORKD') == 1
install_dir : networkdir)
endif
- if install_sysconfdir
- install_emptydir(sysconfdir / 'systemd/network')
- endif
endif
install_data('99-default.link',
install_dir : networkdir)
+
+if install_sysconfdir
+ install_emptydir(sysconfdir / 'systemd/network')
+endif