From 53a890f78d7aeeb6219a6c339891a053ebc21fc8 Mon Sep 17 00:00:00 2001 From: Tiago Peralta Date: Tue, 24 May 2016 17:00:14 +0100 Subject: [PATCH] Updated Makefile, fixed tools install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0617c2fb..d3273651 100644 --- a/Makefile +++ b/Makefile @@ -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/