diff options
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}/" || \ | 
