]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
meson: Create /var/lib/dbus
authorSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 18:28:41 +0000 (19:28 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
This holds the machine ID created by dbus-uuidgen.

Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/meson.build

index 2146142b74d6fb0a4831587c4ca2e887ce2a309d..4c3d9d2289e4de57053840684c3b56751fafbe04 100644 (file)
@@ -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',
+]