apisix/utils/gen-install-folder.sh
YuanSheng Wang 6825f74096
bugfix(makefile): missing some source code when do install with luaro… (#640)
* bugfix(makefile): missing some source code when do install with luarocks.

* utils: add new utils/gen-install-folder.sh.
2019-10-08 16:46:53 +08:00

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" }'