From 24fc615353358b51a281b75760ded9e3969357a6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 16 Sep 2008 19:51:11 +0000 Subject: [PATCH] Fixed UCI save support for LuCI SDK --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c5a11cb0..50c81eb5b 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ gcchost: gccbuild hostcopy luahost: luabuild hostcopy hostcopy: - mkdir -p host + mkdir -p host/tmp for i in $(MODULES); do cp -a $$i/dist/* host/ -R 2>/dev/null || true; done for i in $(MODULES); do cp -a $$i/hostfiles/* host/ -R 2>/dev/null || true; done rm -f host/luci -- 2.25.1