From: Steven Barth Date: Tue, 16 Sep 2008 19:50:53 +0000 (+0000) Subject: Fixed UCI save support for LuCI SDK X-Git-Tag: 0.9.0~1275 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=9eb8e378ae6a5bb2bb7d23f97b610dccfa6e7609;ds=inline Fixed UCI save support for LuCI SDK --- 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