mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 01:11:58 +08:00
6825f74096
* bugfix(makefile): missing some source code when do install with luarocks. * utils: add new utils/gen-install-folder.sh.
2 lines
146 B
Bash
Executable File
2 lines
146 B
Bash
Executable File
find lua -type d | sort | awk '{print "$(INSTALL) -d $(INST_LUADIR)/apisix/" $0 "\n" "$(INSTALL) " $0 "/*.lua $(INST_LUADIR)/apisix/" $0 "/\n" }'
|