summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-07 10:30:50 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-07 10:30:50 (EST)
commit981f5044d9f0c7f68b71ed5866a3fb76354fe1ce (patch)
treea3161a0f02aca9c1990ede9e046a9ecd759fa548 /build
parentc0e900b0ddf7a1dc86ddf0eb066d8ae77c3c3b8b (diff)
downloadlibreboot-981f5044d9f0c7f68b71ed5866a3fb76354fe1ce.zip
libreboot-981f5044d9f0c7f68b71ed5866a3fb76354fe1ce.tar.gz
libreboot-981f5044d9f0c7f68b71ed5866a3fb76354fe1ce.tar.bz2
grub-assemble: merge scripts into a single script gen.sh
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