We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536d2e9 commit 545335eCopy full SHA for 545335e
Makefile
@@ -1,8 +1,8 @@
1
OPENRESTY_PREFIX=/usr/local/openresty
2
3
-PREFIX ?= /usr/local/openresty
+PREFIX ?= /usr/local/share
4
LUA_INCLUDE_DIR ?= $(PREFIX)/include
5
-LUA_LIB_DIR ?= $(PREFIX)/lualib
+LUA_LIB_DIR ?= $(PREFIX)/lua/5.1
6
INSTALL ?= install
7
8
.PHONY: all test install
0 commit comments