From: Steven Barth Date: Tue, 16 Sep 2008 19:51:11 +0000 (+0000) Subject: Fixed UCI save support for LuCI SDK X-Git-Tag: 0.8.0~64 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=24fc615353358b51a281b75760ded9e3969357a6;p=project%2Fluci.git Fixed UCI save support for LuCI SDK --- diff --git a/Makefile b/Makefile index 2c5a11cb0f..50c81eb5b8 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