mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 12:37:36 +08:00
bugfix: missing http router lua files when install apisix.
This commit is contained in:
parent
f2c021739b
commit
8b01b0feec
3
Makefile
3
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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user