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 0e7ff54  fix: remove unexpected install target (#5235)
0e7ff54 is described below

commit 0e7ff54e6e7ef44bee85d9f38752486d9c104921
Author: Yujia Qiao <[email protected]>
AuthorDate: Thu Oct 14 19:44:16 2021 +0800

    fix: remove unexpected install target (#5235)
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index d172357..dbdd6d7 100644
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,6 @@ install: runtime
        $(INSTALL) -d $(INST_LUADIR)/apisix/utils
        $(INSTALL) apisix/utils/*.lua $(INST_LUADIR)/apisix/utils/
 
-       $(INSTALL) README.md $(INST_CONFDIR)/README.md
        $(INSTALL) bin/apisix $(INST_BINDIR)/apisix
 
        $(INSTALL) -d $(INST_LUADIR)/apisix/plugins/slslog

Reply via email to