Explorar el 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 hace 16 años
padre
commit
c3285dcd21
Se han modificado 1 ficheros con 1 adiciones y 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