# HG changeset patch # User Paul Issott # Date 1485279153 0 # Node ID 426dcdf041383a4c7945b5154c2f8b626dc6879f # Parent c5370edd8f0e51497d0151ace3f099a12949b387 /modules: tiny edit diff -r c5370edd8f0e -r 426dcdf04138 modules/install --- a/modules/install Sun Jan 22 05:56:49 2017 +0200 +++ b/modules/install Tue Jan 24 17:32:33 2017 +0000 @@ -5,7 +5,7 @@ # Connect function libraries -. /lib/libtaz.sh +. /lib/libtaz.shether . /usr/lib/slitaz/libpkg.sh @@ -342,7 +342,7 @@ # TODO: why this list-processed in the $PKGS_DB? #[ -n "$INSTALL_LIST" ] && echo "$PACKAGE_FILE" >> "$PKGS_DB/$INSTALL_LIST-processed" - # Special mode for using in cookutils: clear show whether used fresh package or cached one + # Special mode for using in cookutils: clearly show whether used fresh package or cached one if [ -n "$cookmode" ]; then f=${PACKAGE_FILE%/*}; f=${f%/*}; f=${f##*/} if [ "$f" == "$(cat /etc/slitaz-release)" ]; then