SHA256
10
0
forked from pool/lua-macros

One level down to copy.

This commit is contained in:
2025-10-21 00:38:19 +02:00
parent 60b20c88fb
commit d1f0f1035b

View File

@@ -11,5 +11,5 @@ luarocks --lua-version="$1" --tree="$2" install --deps-mode=none --no-manifest "
if [ -d "${SOURCE_DIR}" ] && [ "$(find "${SOURCE_DIR}" -type f | wc -l)" -gt 0 ]
then
mkdir -p __rocktree
mv -v "${SOURCE_DIR}"/* __rocktree
mv -v "${SOURCE_DIR}"/*/* __rocktree
fi