From 5d3756f6fbc8fd03065f5f5e9db29aeb795e92bf Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 13 Jul 2022 19:28:41 +0100 Subject: [PATCH] meson: Create /var/lib/dbus This holds the machine ID created by dbus-uuidgen. Signed-off-by: Simon McVittie --- tools/meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/meson.build b/tools/meson.build index 2146142b7..4c3d9d228 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', +] -- 2.47.3