forked from pool/lua-macros
One level down to copy.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user