packages: Fix dbus. Closes #2562, thanks loswillios
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10230 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
329e0f5528
commit
20bcb1d4c1
@ -75,6 +75,7 @@ CONFIGURE_ARGS += \
|
||||
--disable-xml-docs \
|
||||
--without-x \
|
||||
--with-xml="expat" \
|
||||
--with-dbus-user=root \
|
||||
--with-dbus-daemondir="/usr/sbin" \
|
||||
--with-system-socket="/var/run/dbus/system_bus_socket" \
|
||||
--with-system-pid-file="/var/run/dbus.pid" \
|
||||
@ -116,7 +117,7 @@ define Package/dbus/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dbus-daemon $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/dbus.init $(1)/etc/init.d/
|
||||
$(INSTALL_BIN) ./files/dbus.init $(1)/etc/init.d/dbus
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user