From 4d97a9f6986fb37ce7e69a1ca3f4743334495654 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 9 Oct 2016 22:43:57 +0200 Subject: luci-base: use default install paths for host utils This reverts commit d4c33720208346ee7983213fe764df3102b8a771. PATH inconsistencies and Host/Install arguments have been fixed in both LEDE and OpenWrt, so we can revert the revert. Signed-off-by: Matthias Schiffer --- luci.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'luci.mk') diff --git a/luci.mk b/luci.mk index eb034d2081..84d151230c 100644 --- a/luci.mk +++ b/luci.mk @@ -150,8 +150,7 @@ LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci define SrcDiet $(FIND) $(1) -type f -name '*.lua' | while read src; do \ - if $(STAGING_DIR)/host/bin/lua $(STAGING_DIR)/host/bin/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