Explorar o código

dbus: put local state files in /var and not /usr/var

For read only rootfs'es - Like it used to be.
Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
c3285dcd21
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/dbus/dbus.mk

+ 1 - 0
package/dbus/dbus.mk

@@ -29,6 +29,7 @@ DBUS_CONF_OPT = --program-prefix="" \
 		--disable-doxygen-docs \
 		--disable-static \
 		--enable-dnotify \
+		--localstatedir=/var \
 		--with-system-socket=/var/run/dbus/system_bus_socket \
 		--with-system-pid-file=/var/run/messagebus.pid