# HG changeset patch # User Pascal Bellard # Date 1246442736 -7200 # Node ID 32fe1a5bde6f10f0fddedd61d17697c9dd554021 # Parent 44dc280c34df6ad132097e537699ea49854f9110 tazwok check: prevent rebuilt caused by modifiers diff -r 44dc280c34df -r 32fe1a5bde6f tazwok --- a/tazwok Wed Jul 01 12:01:39 2009 +0200 +++ b/tazwok Wed Jul 01 12:05:36 2009 +0200 @@ -922,7 +922,7 @@ ALL_DEPS="" check_for_deps_loop $PACKAGE $DEPENDS [ -d $WOK/$pkg/taz ] && for i in $BUILD_DEPENDS; do - [ $WOK/$pkg/taz -nt $INSTALLED/$i ] && continue + [ $WOK/$pkg/taz -nt $INSTALLED/$i/files.list ] && continue echo "$pkg should be rebuilt since $i installation" done done