X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=blobdiff_plain;f=luci2%2FMakefile;h=06ac991777687465d10edd33d6cdfa7a899f8de7;hp=88cf3e05ba3c6a3ea5def1d9d15d88725b2e91aa;hb=0e1f9de53c732a60917ccb490eafbdf42dd1b2b2;hpb=69a02246818bd6a13c10c1ccd4cf9ff141e3849f diff --git a/luci2/Makefile b/luci2/Makefile index 88cf3e0..06ac991 100644 --- a/luci2/Makefile +++ b/luci2/Makefile @@ -37,10 +37,11 @@ endef define Package/luci2/install $(INSTALL_DIR) $(1)/www $(CP) ./htdocs/* $(1)/www/ - $(INSTALL_DIR) $(1)/usr/share/luci2 - $(CP) ./share/* $(1)/usr/share/luci2/ + $(INSTALL_DIR) $(1)/usr/share/rpcd + $(CP) ./share/* $(1)/usr/share/rpcd/ $(INSTALL_DIR) $(1)/usr/lib/rpcd $(INSTALL_BIN) $(PKG_BUILD_DIR)/rpcd/luci2.so $(1)/usr/lib/rpcd/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/rpcd/bwmon.so $(1)/usr/lib/rpcd/ $(INSTALL_DIR) $(1)/usr/libexec $(1)/www/cgi-bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/io/luci2-io $(1)/usr/libexec/ $(LN) /usr/libexec/luci2-io $(1)/www/cgi-bin/luci-upload