dbus: use /run instead of /var/run

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-06-24 14:41:32 +02:00
parent 335acdc24c
commit 5b64423eaf
2 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,9 @@ PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \
--enable-inotify \ --enable-inotify \
--without-valgrind \ --without-valgrind \
--without-x \ --without-x \
--with-dbus-user=dbus" --with-dbus-user=dbus \
--runstatedir=/run \
--with-system-socket=/run/dbus/system_bus_socket"
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/etc/rc.d rm -rf $INSTALL/etc/rc.d

View File

@ -17,6 +17,6 @@
################################################################################ ################################################################################
d /var/lib/dbus 0755 root root - - d /var/lib/dbus 0755 root root - -
d /var/run/dbus 0755 root root - - d /run/dbus 0755 root root - -
L /var/lib/dbus/machine-id - - - - /etc/machine-id L /var/lib/dbus/machine-id - - - - /etc/machine-id