-
-
Save rlei/d5e8aa3ff7ce03b0ac39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/module.mk b/build/module.mk | |
index b69019c..4ed8e3e 100644 | |
--- a/build/module.mk | |
+++ b/build/module.mk | |
@@ -25,10 +25,10 @@ luasource: | |
cp -pR htdocs/* dist$(HTDOCS) 2>/dev/null || true | |
for i in $$(find dist -name .svn -o -name .gitignore); do rm -rf $$i || true; done | |
ifneq ($(PO),) | |
- mkdir -p dist$(LUCI_I18NDIR) | |
- for file in $(PO); do \ | |
- cp $(HOST)/lua-po/$$file.$(if $(PO_LANG),$(PO_LANG),*).* dist$(LUCI_I18NDIR)/ 2>/dev/null || true; \ | |
- done | |
+ #mkdir -p dist$(LUCI_I18NDIR) | |
+ #for file in $(PO); do \ | |
+ # cp $(HOST)/lua-po/$$file.$(if $(PO_LANG),$(PO_LANG),*).* dist$(LUCI_I18NDIR)/ 2>/dev/null || true; \ | |
+ #done | |
endif | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment