summaryrefslogtreecommitdiff
path: root/sysctl.d
diff options
context:
space:
mode:
Diffstat (limited to 'sysctl.d')
-rw-r--r--sysctl.d/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysctl.d/meson.build b/sysctl.d/meson.build
index 6f3db59554..b058f9364b 100644
--- a/sysctl.d/meson.build
+++ b/sysctl.d/meson.build
@@ -23,5 +23,5 @@ custom_target(
if install_sysconfdir
meson.add_install_script('sh', '-c',
- mkdir_p.format(join_paths(sysconfdir, 'sysctl.d')))
+ mkdir_p.format(sysconfdir / 'sysctl.d'))
endif