scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets...
[openwrt.git] / package / ubus / Makefile
index c117453..d80309c 100644 (file)
@@ -46,7 +46,8 @@ define Package/ubus/install
 endef
 
 define Package/ubusd/install
-       $(INSTALL_DIR) $(1)/sbin
+       $(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d
+       $(INSTALL_BIN) ./files/ubus.init $(1)/etc/init.d/ubus
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ubusd $(1)/sbin/
 endef
 
This page took 0.020839 seconds and 4 git commands to generate.