Fixed UCI save support for LuCI SDK

This commit is contained in:
Steven Barth 2008-09-16 19:51:11 +00:00
parent 64f835a291
commit 24fc615353

View file

@ -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