mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
dbus: use /run instead of /var/run
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
335acdc24c
commit
5b64423eaf
@ -46,7 +46,9 @@ PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \
|
||||
--enable-inotify \
|
||||
--without-valgrind \
|
||||
--without-x \
|
||||
--with-dbus-user=dbus"
|
||||
--with-dbus-user=dbus \
|
||||
--runstatedir=/run \
|
||||
--with-system-socket=/run/dbus/system_bus_socket"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/etc/rc.d
|
||||
|
@ -17,6 +17,6 @@
|
||||
################################################################################
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user