wok-next diff memtest/receipt @ rev 17223

memtest: fix bootloader EXE case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 14 22:40:53 2014 +0200 (2014-10-14)
parents 8ac80fe62efb
children d0ddd1e74d41
line diff
     1.1 --- a/memtest/receipt	Fri Nov 08 11:17:44 2013 +0000
     1.2 +++ b/memtest/receipt	Tue Oct 14 22:40:53 2014 +0200
     1.3 @@ -24,6 +24,7 @@
     1.4  		cc -o $i.o -Wa,-a=$i.lst -c $i.S
     1.5  		objcopy -O binary $i.o $i.bin
     1.6  	done
     1.7 +	sed -i "s/VERSION/$VERSION/" pack
     1.8  	./pack --build bootloader.bin unpack.bin
     1.9  	./pack memtest.bin memtest.packed
    1.10  	sed -i  -e 's/SERIAL_CONSOLE_DEFAULT 0/SERIAL_CONSOLE_DEFAULT 1/' \