diff options
author | Leah Rowe <leah@libreboot.org> | 2023-08-27 11:42:20 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-08-27 11:42:20 +0100 |
commit | 29a8193eb2f5dfc79b9b4baa8db2345dc93f91a5 (patch) | |
tree | 190d123593a26075ddef1e7035e3f48c5067732e /resources/scripts/build/boot | |
parent | 27c67295c73dd0dc78c347cf653a69b284f0fc64 (diff) |
build/src/for: rename to handle/make/file
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts/build/boot')
-rwxr-xr-x | resources/scripts/build/boot/roms_helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper index 64cb9a71..afd0ce1f 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/resources/scripts/build/boot/roms_helper @@ -165,7 +165,7 @@ fi memtest_bin="memtest86plus/build${arch#*_}/memtest.bin" [ "${payload_memtest}" != "y" ] || [ -f "${memtest_bin}" ] || \ - ./build src for -b ${memtest_bin%/*} || \ + ./handle make file -b ${memtest_bin%/*} || \ err "cannot build memtest86+" [ -d "${romdir}/" ] || mkdir -p "${romdir}/" || \ |