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
parent
be4c655008
commit
4a152d53c3
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue