tazpkg diff modules/bugs @ 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 d6cbd0c5f273
children
line diff
     1.1 --- a/modules/bugs	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/modules/bugs	Fri Nov 03 16:10:39 2017 -0400
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  for pkg in $LIST; do
     1.6  	unset BUGS EXTRAVERSION
     1.7 -	. "$pkg/receipt"
     1.8 +	. ./$pkg/receipt
     1.9  
    1.10  	if [ -n "$BUGS" ]; then
    1.11  		MSG=$(_n 'Bug list completed')