fix(luarocks): don't copy runtime data to share/

This commit is contained in:
Marc Jakobi 2023-10-30 21:33:09 +01:00 committed by Christian Clason
parent 93750d3881
commit 00f9b1ffed

View file

@ -4,4 +4,4 @@ build:
install:
mkdir -p $(INST_LUADIR)
cp -r autoload plugin queries lua $(INST_LUADIR)
cp -r lua/* $(INST_LUADIR)