diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2018-06-27 16:14:12 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2018-06-27 16:41:02 +0200 |
commit | b5d5e5bf13e572af7f1589a01bfd338691d5f063 (patch) | |
tree | 7a796886af6d474f27cc3f1468dfa5306c597d1b /luci.mk | |
parent | 24fb852054de609373648d810fa8e99cb8b40099 (diff) |
luci-base: update luasrcdiet
Tested and works with no problem.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'luci.mk')
-rw-r--r-- | luci.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci define SrcDiet $(FIND) $(1) -type f -name '*.lua' | while read src; do \ - if LuaSrcDiet --noopt-binequiv -o "$$$$src.o" "$$$$src"; \ + if luasrcdiet --noopt-binequiv -o "$$$$src.o" "$$$$src"; \ then mv "$$$$src.o" "$$$$src"; fi; \ done endef |