mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
meson: use a/b instead of join_paths(a,b)
It is nicer and shorter.
This commit is contained in:
@@ -12,7 +12,7 @@ if conf.get('ENABLE_NETWORKD') == 1
|
||||
|
||||
if install_sysconfdir
|
||||
meson.add_install_script('sh', '-c',
|
||||
mkdir_p.format(join_paths(sysconfdir, 'systemd/network')))
|
||||
mkdir_p.format(sysconfdir / 'systemd/network'))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user