From d1f0f1035bb04d30b4b3f2362fd2a8fa757179cdb184b24e5b6d27f1245ff673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 21 Oct 2025 00:38:19 +0200 Subject: [PATCH] One level down to copy. --- install-lua-rock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-lua-rock.sh b/install-lua-rock.sh index 0af22b6..05aa270 100755 --- a/install-lua-rock.sh +++ b/install-lua-rock.sh @@ -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