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>
audit2
Leah Rowe 2024-06-30 16:23:32 +01:00 committed by Leah Rowe
parent be4c655008
commit 4a152d53c3
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,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"