Skip to content

Commit

Permalink
Updated Makefile, fixed tools install
Browse files Browse the repository at this point in the history
  • Loading branch information
tperalta82 committed May 24, 2016
1 parent 9cc4b31 commit 53a890f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ install: all
$(INSTALL) lib/*.* $(DESTDIR)$(LUA_LIB_DIR)/lua_resty_waf/lib/
$(INSTALL) -d $(DESTDIR)$(LUA_LIB_DIR)/lua_resty_waf/rules
$(INSTALL) rules/*.json $(DESTDIR)$(LUA_LIB_DIR)/lua_resty_waf/rules/
$(INSTALL) -d $(DESTDIR)/bin
$(INSTALL) tools/modsec2lua-resty-waf.pl $(DESTDIR)/bin/
$(INSTALL) -d $(DESTDIR)$(LUA_LIB_DIR)/lua_resty_waf/tools/
$(INSTALL) tools/*.* $(DESTDIR)$(LUA_LIB_DIR)/lua_resty_waf/tools/

0 comments on commit 53a890f

Please sign in to comment.