From 9eb8e378ae6a5bb2bb7d23f97b610dccfa6e7609 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 16 Sep 2008 19:50:53 +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 acb6659df..6c7d399e7 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.11.0