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