cookutils diff cook @ rev 900

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu May 11 20:04:44 2017 +0100 (2017-05-11)
parents ea11d3c96873
children da39bc22887e
line diff
     1.1 --- a/cook	Thu May 11 00:36:43 2017 +0300
     1.2 +++ b/cook	Thu May 11 20:04:44 2017 +0100
     1.3 @@ -530,7 +530,7 @@
     1.4  }
     1.5  
     1.6  
     1.7 -# Automatic patch the sources.
     1.8 +# Automatically patch the sources.
     1.9  
    1.10  patchit() {
    1.11  	[ -f "$stuff/patches/series" ] || return
    1.12 @@ -804,10 +804,10 @@
    1.13  
    1.14  	. "$orig_receipt"
    1.15  
    1.16 -	# Is package splitted one?
    1.17 +	# Is package split one?
    1.18  	[ -n "$SPLIT" -a "${SPLIT/$pkg/}" != "$SPLIT" ]; splitted=$?
    1.19  
    1.20 -	# Manage splitted packages
    1.21 +	# Manage split packages
    1.22  	if $splitted; then
    1.23  		# For packages with empty $DEPENDS
    1.24  		[ -n "$DEPENDS" ] || DEPENDS="$PACKAGE"