trees: only do bare multi-tree clone on git

i forgot to add the check for CHANGELOG

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-30 16:23:32 +01:00
parent 89a81a2910
commit c62dbdbe82

View File

@@ -120,7 +120,7 @@ handle_src_tree()
{
target_dir="$cfgsdir/$target"
fetch_project "$project"
[ -f "CHANGELOG" ] || fetch_project "$project"
load_target_config "$target_dir" || return 1
x_ mkdir -p "$elfdir/$target"