* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / build / config.mk
index 1755974..81d3e08 100644 (file)
@@ -1,4 +1,9 @@
 LUAC = luac
 LUAC_OPTIONS = -s
-LUCI_INSTALLDIR = /usr/lib/lua/luci
+
+LUA_MODULEDIR = /usr/lib/lua
+LUA_LIBRARYDIR = /usr/lib/lua
+
+LUCI_MODULEDIR = $(LUA_MODULEDIR)/luci
+LUCI_LIBRARYDIR = $(LUA_LIBRARYDIR)/luci