i18n: sync translations, add location annotatations
[oweals/luci.git] / modules / luci-base / Makefile
index 5c38d99c589621dbaa00aad78afcd6c814d54afc..06ee7985ebff02b7df63694f892031b5467ac818 100644 (file)
@@ -37,13 +37,14 @@ endef
 
 define Host/Compile
        $(MAKE) -C src/ clean po2lmo
-       $(MAKE) -C $(HOST_BUILD_DIR) bin/luasrcdiet
 endef
 
 define Host/Install
        $(INSTALL_DIR) $(1)/bin
+       $(INSTALL_DIR) $(1)/lib/lua/5.1
        $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo
        $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/luasrcdiet $(1)/bin/luasrcdiet
+       $(CP) $(HOST_BUILD_DIR)/luasrcdiet $(1)/lib/lua/5.1/
 endef
 
 $(eval $(call HostBuild))