wok-tiny diff memtest/receipt @ rev 169

memtest,plop: tune lzma compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 06 12:57:42 2021 +0000 (2021-05-06)
parents a88405d94c1e
children eb617e43dc08
line diff
     1.1 --- a/memtest/receipt	Fri Apr 30 16:35:54 2021 +0000
     1.2 +++ b/memtest/receipt	Thu May 06 12:57:42 2021 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	ls $stuff/memtest*-$VERSION-*.patch &&
     1.8 +	ls $stuff/memtest*-$VERSION-*.patch 2> /dev/null &&
     1.9  	for i in $stuff/memtest*-$VERSION-*.patch ; do
    1.10  		patch -p1 < $i
    1.11  	done