summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-01-01 19:09:45 +0000
committerLeah Rowe <leah@libreboot.org>2024-01-01 19:09:45 +0000
commit0e955f1e709baa88705853ab6097fccc726e2d79 (patch)
treebec0972f7754dfa3092dcf92c92767007290e58b /script
parent3b66a5bbfbd9f1099a15d27753d2904643522255 (diff)
build/roms: create elf/grub if non-existent
i overlooked this during previous re-factoring Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/build/roms2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/build/roms b/script/build/roms
index 69eb2f15..825e43e3 100755
--- a/script/build/roms
+++ b/script/build/roms
@@ -144,6 +144,8 @@ build_grub_payload()
[ "$payload_grub" != "y" ] && [ "$payload_seabios_withgrub" != "y" ] \
&& [ "${payload_seabios_grubonly}" != "y" ] && return 0
+ x_ mkdir -p elf/grub
+
for keymapfile in "${kmapdir}"/*.gkb; do
[ -f "${keymapfile}" ] || continue