summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-22 00:31:33 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-11-22 00:31:33 (EST)
commit0155d52d7b926faea9412a8f75ae7063d7865a42 (patch)
tree0562b499defbb01424ffa37787077fbff8165c57 /build
parent662c5841bd88979bf772be0c76d3163a5d21b69d (diff)
downloadlibreboot-0155d52d7b926faea9412a8f75ae7063d7865a42.zip
libreboot-0155d52d7b926faea9412a8f75ae7063d7865a42.tar.gz
libreboot-0155d52d7b926faea9412a8f75ae7063d7865a42.tar.bz2
build: Fix typo
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 3866d75..3bd92d9 100755
--- a/build
+++ b/build
@@ -46,8 +46,8 @@ do
done
# The GRUB payloads are no longer needed
-rm -rf coreboot/grub_vesafb.rom
-rm -rf coreboot/grub_txtmode.rom
+rm -rf coreboot/grub_vesafb.elf
+rm -rf coreboot/grub_txtmode.elf
# ------------------- DONE ----------------------