summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-28 14:34:25 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-28 14:41:04 (EDT)
commitd0e61be244c417bdbd89a8c71d80c9194e14ed73 (patch)
tree64a1d7ff67fa4d8fbfb6be97b996311e406eb3ad /resources/scripts/helpers/build/roms/withgrub
parentcfcd51979895909825b89ce09e2434e80691bfb0 (diff)
downloadlibreboot-d0e61be244c417bdbd89a8c71d80c9194e14ed73.zip
libreboot-d0e61be244c417bdbd89a8c71d80c9194e14ed73.tar.gz
libreboot-d0e61be244c417bdbd89a8c71d80c9194e14ed73.tar.bz2
build/roms/withgrub: Put ROM images in bin/grub/, not bin/
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub
index dbd89e1..cb205d2 100755
--- a/resources/scripts/helpers/build/roms/withgrub
+++ b/resources/scripts/helpers/build/roms/withgrub
@@ -71,7 +71,7 @@ cd ../
for board in ${boards}
do
if [ -f "resources/libreboot/config/grub/${board}/config" ]; then
- ./build roms helper ${board}
+ ./build roms withgrub_helper ${board}
fi
done