From b5d5e5bf13e572af7f1589a01bfd338691d5f063 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Wed, 27 Jun 2018 16:14:12 +0200 Subject: luci-base: update luasrcdiet Tested and works with no problem. Signed-off-by: Ansuel Smith --- luci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luci.mk') diff --git a/luci.mk b/luci.mk index cc39c0f4c..a28a4cf27 100644 --- a/luci.mk +++ b/luci.mk @@ -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 -- cgit v1.2.3