summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-13 19:28:41 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit5d3756f6fbc8fd03065f5f5e9db29aeb795e92bf (patch)
tree2b13d3726f772457570a9dd8a7da67a2130a9b62 /tools
parentcfa56a666c616a1d37c606b47678e7834a78002d (diff)
downloaddbus-5d3756f6fbc8fd03065f5f5e9db29aeb795e92bf.tar.gz
meson: Create /var/lib/dbus
This holds the machine ID created by dbus-uuidgen. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/meson.build b/tools/meson.build
index 2146142b..4c3d9d22 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -106,3 +106,8 @@ endif
install_data('GetAllMatchRules.py',
install_dir: docs_dir / 'examples',
)
+
+# Create the empty directory to hold the machine ID
+install_emptydirs += [
+ get_option('localstatedir') / 'lib' / 'dbus',
+]