diff --git a/Makefile b/Makefile index 139e6cb99..338c75463 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ build: install: mkdir -p $(INST_LUADIR) - cp -r autoload plugin queries lua $(INST_LUADIR) + cp -r lua/* $(INST_LUADIR)