diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:34:25 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-28 19:41:04 +0100 |
commit | d0e61be244c417bdbd89a8c71d80c9194e14ed73 (patch) | |
tree | 64a1d7ff67fa4d8fbfb6be97b996311e406eb3ad /resources/scripts/helpers/build/roms/withgrub | |
parent | cfcd51979895909825b89ce09e2434e80691bfb0 (diff) | |
download | librebootfr-d0e61be244c417bdbd89a8c71d80c9194e14ed73.tar.gz librebootfr-d0e61be244c417bdbd89a8c71d80c9194e14ed73.zip |
build/roms/withgrub: Put ROM images in bin/grub/, not bin/
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index dbd89e1e..cb205d28 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 |