From 00f9b1ffed50803b8653c32e9799bd027fe13405 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 30 Oct 2023 21:33:09 +0100 Subject: [PATCH] fix(luarocks): don't copy runtime data to share/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)