aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)