Skip to content

Commit 545335e

Browse files
author
johnxu
committed
- modified target prefix
1 parent 536d2e9 commit 545335e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
OPENRESTY_PREFIX=/usr/local/openresty
22

3-
PREFIX ?= /usr/local/openresty
3+
PREFIX ?= /usr/local/share
44
LUA_INCLUDE_DIR ?= $(PREFIX)/include
5-
LUA_LIB_DIR ?= $(PREFIX)/lualib
5+
LUA_LIB_DIR ?= $(PREFIX)/lua/5.1
66
INSTALL ?= install
77

88
.PHONY: all test install

0 commit comments

Comments
 (0)