Merge pull request #1915 from Ansuel/upgrade

luci-base: update luasrcdiet
This commit is contained in:
Jo-Philipp Wich
2018-06-27 16:43:36 +02:00
committed by GitHub
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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