From cdfe9d6c7bcb678406eccaa389a4b2cea53d7c64 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 13 Aug 2009 00:39:08 +0000 Subject: [PATCH 1/1] build: initialize host/var/state/ as well --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0