mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 22:42:54 +02:00
rom.sh: Don't build coreboot utils if dry=":"
This fixes a build error when doing ./mk release, after a regression caused by the last few commits. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ coreboot_pad_one_byte()
|
||||
|
||||
mkcorebootbin()
|
||||
{
|
||||
fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
|
||||
$dry fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
|
||||
|
||||
for y in "$target_dir/config"/*; do
|
||||
defconfig="$y"
|
||||
|
||||
Reference in New Issue
Block a user