mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
download/coreboot: don't needlessly re-download
This commit is contained in:
@@ -132,9 +132,7 @@ gitclone_coreboot_from_upstream()
|
||||
[ ! -d coreboot ] && \
|
||||
return 1
|
||||
[ -d coreboot/coreboot ] && \
|
||||
rm -Rf coreboot/coreboot
|
||||
[ -d coreboot/coreboot ] && \
|
||||
return 1
|
||||
return 0
|
||||
./gitclone coreboot || \
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user