mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
bugfix: copied http/*.lua
in Makefile when do install (#240)
This commit is contained in:
parent
7cf243cdf9
commit
b762cab4fb
4
Makefile
4
Makefile
@ -41,6 +41,7 @@ check:
|
||||
./utils/lj-releng lua/*.lua lua/apisix/*.lua \
|
||||
lua/apisix/admin/*.lua \
|
||||
lua/apisix/core/*.lua \
|
||||
lua/apisix/http/*.lua \
|
||||
lua/apisix/plugins/*.lua > \
|
||||
/tmp/check.log 2>&1 || (cat /tmp/check.log && exit 1)
|
||||
|
||||
@ -92,6 +93,9 @@ install:
|
||||
$(INSTALL) lua/apisix/core/*.lua $(INST_LUADIR)/apisix/lua/apisix/core/
|
||||
$(INSTALL) lua/apisix/*.lua $(INST_LUADIR)/apisix/lua/apisix/
|
||||
|
||||
$(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/plugins/prometheus/
|
||||
$(INSTALL) lua/apisix/plugins/prometheus/*.lua $(INST_LUADIR)/apisix/lua/apisix/plugins/prometheus/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user