cookutils diff cooks @ rev 860

cook: changed the algorithm for determining the free memory: Busybox-1.26.1 has different output of the `free` command.
I believe with /proc/meminfo it will be more consistent result.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 08 01:50:38 2017 +0200 (2017-01-08)
parents b445a91a8be7
children 1520231a65c2
line diff
     1.1 --- a/cooks	Wed Dec 21 17:36:29 2016 +0000
     1.2 +++ b/cooks	Sun Jan 08 01:50:38 2017 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  # Cook specified package and then cook all the split packages
     1.6 -# that build from the files of just built packages
     1.7 +# that build from the files of just built package
     1.8  
     1.9  case "$1" in
    1.10  	--help|-h)
    1.11 @@ -9,7 +9,7 @@
    1.12  
    1.13  Cook the specified package and then cook all the packages defined in the
    1.14  SPLIT variable in the package receipt.
    1.15 -Note, *-dev packages are implicit and usually omitted.
    1.16 +Note, *-dev packages are implicit and usually omitted in the SPLIT.
    1.17  
    1.18  EOT
    1.19  		exit 0