tazpkg diff modules/install @ rev 943

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Feb 19 18:05:03 2017 +0000 (2017-02-19)
parents 3bf56f2293ca
children f2c91eb0a058
line diff
     1.1 --- a/modules/install	Sat Feb 04 05:21:26 2017 +0200
     1.2 +++ b/modules/install	Sun Feb 19 18:05:03 2017 +0000
     1.3 @@ -129,7 +129,7 @@
     1.4  
     1.5  
     1.6  	if [ "$AUTO_INSTALL_DEPS" == 'yes' ] || [ -n "$quiet" ]; then
     1.7 -		# Quietly not display anything. Assume 'yes' unless '--noconfirm' is provided
     1.8 +		# Quietly not displaying anything. Assume 'yes' unless '--noconfirm' is provided
     1.9  		answer=0
    1.10  		[ -n "$noconfirm" ] && answer=1
    1.11  	else
    1.12 @@ -144,7 +144,7 @@
    1.13  	dir="$(dirname "$1")"
    1.14  	debug "  dir='$dir'"
    1.15  
    1.16 -	# We can install packages from /home/boot/packages at a boot time
    1.17 +	# We can install packages from /home/boot/packages at boot time
    1.18  	# Also we can prefer local packages over mirrored/cached using '--local' option
    1.19  	[ "$dir" == '/home/boot/packages' ] && local='yes'
    1.20  	debug "  local='$local'"
    1.21 @@ -251,7 +251,7 @@
    1.22  
    1.23  # Block of receipt function callers
    1.24  # Why? "Bad" receipt sourcing can redefine some vital TazPkg variables.
    1.25 -# Few receipts function should be patched now.
    1.26 +# Few receipts functions should be patched now.
    1.27  
    1.28  # Input: $1 = path to the receipt to be processed
    1.29  
    1.30 @@ -342,7 +342,7 @@
    1.31  	# TODO: why this list-processed in the $PKGS_DB?
    1.32  	#[ -n "$INSTALL_LIST" ] && echo "$PACKAGE_FILE" >> "$PKGS_DB/$INSTALL_LIST-processed"
    1.33  
    1.34 -	# Special mode for using in cookutils: clearly show whether used fresh package or cached one
    1.35 +	# Special mode for using in cookutils: clearly show whether freshly used package or cached one
    1.36  	if [ -n "$cookmode" ]; then
    1.37  		f=${PACKAGE_FILE%/*}; f=${f%/*}; f=${f##*/}
    1.38  		if [ "$f" == "$(cat /etc/slitaz-release)" ]; then