mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 22:00:16 +01:00
Create /var/lib/dbus explicitly rather than as a side-effect
Since Automake 1.11.4, an empty localstatelib_DATA variable will not create $(localstatelibdir) as a side-effect. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=51406 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
e29efffd88
commit
e2b3b74512
1 changed files with 6 additions and 3 deletions
|
|
@ -72,6 +72,9 @@ EXTRA_DIST = run-with-tmp-session-bus.sh strtoll.c strtoull.c
|
|||
CLEANFILES = \
|
||||
run-with-tmp-session-bus.conf
|
||||
|
||||
#create the /var/lib/data directory for dbus-uuidgen
|
||||
localstatelibdir = $(localstatedir)/lib/dbus
|
||||
localstatelib_DATA =
|
||||
# create the /var/lib/dbus directory for dbus-uuidgen
|
||||
install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/dbus
|
||||
|
||||
installcheck-local:
|
||||
test -d $(DESTDIR)$(localstatedir)/lib/dbus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue