From f8808e4bbc7a3ec1d793590424631fc223e28ca7 Mon Sep 17 00:00:00 2001 From: Vinson Zou Date: Tue, 15 May 2018 13:33:27 +0800 Subject: [PATCH] bugfix: fix makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf3ad36..8412494 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,9 @@ INSTALL ?= install all: ; install: all - $(INSTALL) -d $(DESTDIR)/$(LUA_LIB_DIR)/resty/ - $(INSTALL) lib/resty/*.lua $(DESTDIR)/$(LUA_LIB_DIR)/resty/ + $(INSTALL) -d $(DESTDIR)$(LUA_LIB_DIR)/resty/checkups/ + $(INSTALL) lib/resty/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/ + $(INSTALL) lib/resty/checkups/*.lua $(DESTDIR)$(LUA_LIB_DIR)/resty/checkups/ test: all util/lua-releng