Skip to content

Commit

Permalink
Merge pull request #37 from vinsonzou/master
Browse files Browse the repository at this point in the history
bugfix: fix makefile
  • Loading branch information
yejingx authored May 15, 2018
2 parents de8a24f + f8808e4 commit 05c1bce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05c1bce

Please sign in to comment.