This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new e9fab8b  fix(makefile): fix Makefile `install` don't install discovery 
folder (#6158)
e9fab8b is described below

commit e9fab8b2e5b5cb79a302faf8b5c9752766681c63
Author: leslie <[email protected]>
AuthorDate: Thu Jan 20 16:27:41 2022 +0800

    fix(makefile): fix Makefile `install` don't install discovery folder (#6158)
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 2b25def..bedf896 100644
--- a/Makefile
+++ b/Makefile
@@ -274,6 +274,11 @@ install: runtime
 
        $(ENV_INSTALL) -d $(ENV_INST_LUADIR)/apisix/discovery
        $(ENV_INSTALL) apisix/discovery/*.lua 
$(ENV_INST_LUADIR)/apisix/discovery/
+       $(ENV_INSTALL) -d 
$(ENV_INST_LUADIR)/apisix/discovery/{consul_kv,dns,eureka,nacos}
+       $(ENV_INSTALL) apisix/discovery/consul_kv/*.lua 
$(ENV_INST_LUADIR)/apisix/discovery/consul_kv
+       $(ENV_INSTALL) apisix/discovery/dns/*.lua 
$(ENV_INST_LUADIR)/apisix/discovery/dns
+       $(ENV_INSTALL) apisix/discovery/eureka/*.lua 
$(ENV_INST_LUADIR)/apisix/discovery/eureka
+       $(ENV_INSTALL) apisix/discovery/nacos/*.lua 
$(ENV_INST_LUADIR)/apisix/discovery/nacos
 
        $(ENV_INSTALL) -d $(ENV_INST_LUADIR)/apisix/http
        $(ENV_INSTALL) apisix/http/*.lua $(ENV_INST_LUADIR)/apisix/http/

Reply via email to