X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2FMakefile;h=f0763cb1df51ff0f23eb821f4ab95aad5aec33d7;hp=a9c5e71cba7bb9472ff8ca72a6b9ef8da294998b;hb=4580faaa5e1e3988ea806deafb70071a58250473;hpb=f25c4e07bc9642e0491d3a4ab3942a69545891e9 diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index a9c5e71cb..f0763cb1d 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -37,9 +37,10 @@ define Host/Compile endef define Host/Install + $(INSTALL_DIR) $(STAGING_DIR)/host/bin $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin $(INSTALL_BIN) src/po2lmo $(STAGING_DIR_HOST)/bin/po2lmo - $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(STAGING_DIR_HOST)/bin/LuaSrcDiet + $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(STAGING_DIR)/host/bin/LuaSrcDiet endef $(eval $(call HostBuild))