wok rev 15468
Up memtest (5.0.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 08 11:17:44 2013 +0000 (2013-11-08) |
parents | 9c3c32f897b5 |
children | d9dd83ccc85f |
files | memtest-serial/receipt memtest/receipt |
line diff
1.1 --- a/memtest-serial/receipt Fri Nov 08 10:09:54 2013 +0000 1.2 +++ b/memtest-serial/receipt Fri Nov 08 11:17:44 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="memtest-serial" 1.7 -VERSION="4.20" 1.8 +VERSION="5.01" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Memory failures detection tool using serial port." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/memtest/receipt Fri Nov 08 10:09:54 2013 +0000 2.2 +++ b/memtest/receipt Fri Nov 08 11:17:44 2013 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="memtest" 2.7 -VERSION="4.20" 2.8 +VERSION="5.01" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Memory failures detection tool." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -17,6 +17,7 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 + sed -i '/scp memtest.bin/d' Makefile 2.17 make 2.18 cp $stuff/*.S $stuff/pack . 2.19 for i in bootloader unpack ; do