tazpkg diff modules/upgrade @ rev 954
modules/install: PKG_SUM restores update new build detection
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Nov 03 16:10:39 2017 -0400 (2017-11-03) |
parents | d2e1b7133079 |
children | 9d683c983e2e |
line diff
1.1 --- a/modules/upgrade Thu Dec 10 04:08:41 2015 +0200 1.2 +++ b/modules/upgrade Fri Nov 03 16:10:39 2017 -0400 1.3 @@ -135,7 +135,7 @@ 1.4 # Clean 1.5 rm "$blocked_counter" "$tmp_up_list" 1.6 1.7 -# Pkgs to upgrade ? Skip, let install them all, or ask user 1.8 +# Pkgs to upgrade ? Skip, lets install them all, or ask user 1.9 [ -n "$check" ] && exit 0 1.10 1.11 if [ "$upnb" -gt 0 ]; then