mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 19:00:17 +01:00
meson: Create /var/lib/dbus
This holds the machine ID created by dbus-uuidgen. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
cfa56a666c
commit
5d3756f6fb
1 changed files with 5 additions and 0 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue