From 8b01b0feecf9cf40e80b4f2c22f9634f920ff9a4 Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Fri, 6 Sep 2019 15:51:50 +0800 Subject: [PATCH] bugfix: missing http router lua files when install apisix. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a74c0bcc..f829671c 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,9 @@ install: $(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/http $(INSTALL) lua/apisix/http/*.lua $(INST_LUADIR)/apisix/lua/apisix/http/ + $(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/http/router + $(INSTALL) lua/apisix/http/router/*.lua $(INST_LUADIR)/apisix/lua/apisix/http/router + $(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/plugins/prometheus/ $(INSTALL) lua/apisix/plugins/prometheus/*.lua $(INST_LUADIR)/apisix/lua/apisix/plugins/prometheus/