libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
277 stars 96 forks source link

Make the translation script for lime-webui remove temporal files #148

Closed nicopace closed 7 years ago

nicopace commented 7 years ago

The code is here: https://github.com/libremesh/lime-packages/blob/develop/packages/lime-webui/build_i18n.sh

The script generates a set of temporal files:

    packages/lime-webui/luasrc/i18n/
    packages/lime-webui/po2lmo/po2lmo
    packages/lime-webui/po2lmo/po2lmo.o
    packages/lime-webui/po2lmo/template_lmo.o

This needs to be cleaned after generation

nicopace commented 7 years ago

Implented here: https://github.com/libremesh/lime-packages/pull/196 Please review.