summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withseabios
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/roms/withseabios')
-rwxr-xr-xresources/scripts/helpers/build/roms/withseabios4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withseabios b/resources/scripts/helpers/build/roms/withseabios
index 50665be..97ba69f 100755
--- a/resources/scripts/helpers/build/roms/withseabios
+++ b/resources/scripts/helpers/build/roms/withseabios
@@ -49,7 +49,7 @@ else
fi
# The SeaBIOS files are no longer needed
-rm -f "coreboot/seabios"*.{elf,cfg}
-rm -f "coreboot/"*/*/*.{elf,cfg}
+rm -f coreboot/*.{elf,cfg}
+rm -f coreboot/*/*/*.{elf,cfg}
printf "\n\n"