tazpkg rev 935

/modules: tiny edit
author Paul Issott <paul@slitaz.org>
date Tue Jan 24 17:32:33 2017 +0000 (2017-01-24)
parents c5370edd8f0e
children faecdb9e7176
files modules/install
line diff
     1.1 --- a/modules/install	Sun Jan 22 05:56:49 2017 +0200
     1.2 +++ b/modules/install	Tue Jan 24 17:32:33 2017 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  
     1.6  # Connect function libraries
     1.7 -. /lib/libtaz.sh
     1.8 +. /lib/libtaz.shether
     1.9  . /usr/lib/slitaz/libpkg.sh
    1.10  
    1.11  
    1.12 @@ -342,7 +342,7 @@
    1.13  	# TODO: why this list-processed in the $PKGS_DB?
    1.14  	#[ -n "$INSTALL_LIST" ] && echo "$PACKAGE_FILE" >> "$PKGS_DB/$INSTALL_LIST-processed"
    1.15  
    1.16 -	# Special mode for using in cookutils: clear show whether used fresh package or cached one
    1.17 +	# Special mode for using in cookutils: clearly show whether used fresh package or cached one
    1.18  	if [ -n "$cookmode" ]; then
    1.19  		f=${PACKAGE_FILE%/*}; f=${f%/*}; f=${f##*/}
    1.20  		if [ "$f" == "$(cat /etc/slitaz-release)" ]; then