Skip to content

Commit

Permalink
bugfix: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsonzou committed May 15, 2018
1 parent de8a24f commit f8808e4
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 f8808e4

Please sign in to comment.