diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-13 00:39:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-13 00:39:08 +0000 |
commit | cdfe9d6c7bcb678406eccaa389a4b2cea53d7c64 (patch) | |
tree | 2036ab955f2b131d26cf8266c1835beee9008199 /Makefile | |
parent | 6dffa9ea56317a4bb6ecf58fd00b9fcd513cfa93 (diff) |
build: initialize host/var/state/ as well
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |