X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=Makefile;h=8ac0ac664ad48c63df18044b081e194d068b9b43;hp=8ce59c268303a503a5d0cb5660872c1435098050;hb=00aceaf624d8e5da2a8f3df161d52599aae2ac41;hpb=7f56bf947599b20e2cf50018e160e602d5516e5f diff --git a/Makefile b/Makefile index 8ce59c268..8ac0ac664 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,14 @@ hostcopy: ln -s .$(LUCI_MODULEDIR) host/luci runboa: host + export LUA_PATH="`pwd`/host$(LUCI_MODULEDIR);;" + export LUA_CPATH="`pwd`/host$(LUCI_LIBRARYDIR);;" libs/sgi-webuci/host/buildconfig.sh `pwd`/host > host/etc/boa/boa.conf ./host/usr/bin/boa -c ./host/etc/boa -d runluci: luahost + export LUA_PATH="`pwd`/host$(LUCI_MODULEDIR);;" + export LUA_CPATH="`pwd`/host$(LUCI_LIBRARYDIR);;" libs/httpd/host/runluci host$(HTDOCS) hostclean: clean