From: Jo-Philipp Wich Date: Thu, 13 Aug 2009 00:39:08 +0000 (+0000) Subject: build: initialize host/var/state/ as well X-Git-Tag: 0.10.0~1203 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=cdfe9d6c7bcb678406eccaa389a4b2cea53d7c64 build: initialize host/var/state/ as well --- diff --git a/Makefile b/Makefile index 905206701..3bf8c68de 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ luahost: luabuild hostcopy hostcopy: mkdir -p host/tmp + mkdir -p host/var/state for i in $(MODULES); do cp -pR $$i/dist/* host/ 2>/dev/null || true; done for i in $(MODULES); do cp -pR $$i/hostfiles/* host/ 2>/dev/null || true; done rm -f host/luci