tazwok diff tazwok @ rev 141

tazwok check: prevent rebuilt caused by modifiers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 12:05:36 2009 +0200 (2009-07-01)
parents 44dc280c34df
children f5ab75243d4b
line diff
     1.1 --- a/tazwok	Wed Jul 01 12:01:39 2009 +0200
     1.2 +++ b/tazwok	Wed Jul 01 12:05:36 2009 +0200
     1.3 @@ -922,7 +922,7 @@
     1.4  			ALL_DEPS=""
     1.5  			check_for_deps_loop $PACKAGE $DEPENDS
     1.6  			[ -d $WOK/$pkg/taz ] && for i in $BUILD_DEPENDS; do
     1.7 -				[ $WOK/$pkg/taz -nt $INSTALLED/$i ] && continue
     1.8 +				[ $WOK/$pkg/taz -nt $INSTALLED/$i/files.list ] && continue
     1.9  				echo "$pkg should be rebuilt since $i installation"
    1.10  			done
    1.11  		done