fix(luarocks): enable automatic runtime path detection

This commit is contained in:
Marc Jakobi 2023-10-30 21:45:31 +01:00 committed by Christian Clason
parent 00f9b1ffed
commit 1e64838ff5

View file

@ -37,9 +37,5 @@ build = {
INST_LUADIR='$(LUADIR)',
INST_CONFDIR='$(CONFDIR)',
},
copy_directories = {
'autoload',
'plugin',
'queries'
}
copy_directories = $copy_directories,
}