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>audit6
parent
89a81a2910
commit
c62dbdbe82
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue