summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tmpfiles.d/meson.build')
-rw-r--r--tmpfiles.d/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build
index cba5e1781d..36a053bc0e 100644
--- a/tmpfiles.d/meson.build
+++ b/tmpfiles.d/meson.build
@@ -37,3 +37,8 @@ foreach file : m4_files
install : enable_tmpfiles,
install_dir : tmpfilesdir)
endforeach
+
+if enable_tmpfiles
+ meson.add_install_script('sh', '-c',
+ mkdir_p.format(sysconfdir + '/tmpfiles.d'))
+endif