tazpkg diff modules/flavor @ 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 8a73a58ed3cb
children 03544b89ac81
line diff
     1.1 --- a/modules/flavor	Fri Oct 09 13:14:01 2015 +0300
     1.2 +++ b/modules/flavor	Fri Nov 03 16:10:39 2017 -0400
     1.3 @@ -65,7 +65,7 @@
     1.4  		# Continue if package already installed
     1.5  		[ "$?" -eq 1 ] && continue
     1.6  
     1.7 -		# Install package if it not installed or has a different version
     1.8 +		# Install package if it's not installed or has a different version
     1.9  		cd "$CACHE_DIR"
    1.10  		download "$pkgver.tazpkg"
    1.11  		cd "$TMP_DIR"