diff options
Diffstat (limited to 'script/update/release/roms')
-rwxr-xr-x | script/update/release/roms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/update/release/roms b/script/update/release/roms index c34762b0..0e2ab720 100755 --- a/script/update/release/roms +++ b/script/update/release/roms @@ -100,9 +100,9 @@ strip_archive() { romdir=${1} [ -d "src/coreboot/${tree}" ] || \ - x_ ./update project trees coreboot ${tree} + x_ ./update project trees -f coreboot ${tree} - x_ ./update project build -b coreboot utils ${tree} + x_ ./update project trees -b coreboot utils ${tree} if [ "${microcode_required}" = "n" ]; then for romfile in "${romdir}"/*.rom; do |