summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e80c4cb..de6fba0 100755
--- a/build
+++ b/build
@@ -32,7 +32,7 @@ cd coreboot/
for romtype in txtmode vesafb
do
cd ../resources/utilities/grub-assemble
- ./gen."$romtype".sh
+ ./gen.sh "$romtype"
rm -f ../../../coreboot/grub_"$romtype".elf
mv grub_"$romtype".elf ../../../coreboot/
cd ../../../coreboot