tazwok rev 120
check-depends: don't forget virtual package
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 11 16:03:19 2009 +0000 (2009-03-11) |
parents | e453ccdea454 |
children | ea1f7463d651 |
files | tazwok |
line diff
1.1 --- a/tazwok Wed Mar 11 11:00:50 2009 +0000 1.2 +++ b/tazwok Wed Mar 11 16:03:19 2009 +0000 1.3 @@ -712,7 +712,10 @@ 1.4 case " $ALL_DEPENDS " in 1.5 *\ $i\ *) continue;; 1.6 esac 1.7 - [ -d $WOK/$i ] || continue 1.8 + [ -d $WOK/$i ] || { 1.9 + ALL_DEPENDS="$ALL_DEPENDS$i " 1.10 + continue 1.11 + } 1.12 . $WOK/$i/receipt 1.13 scan_dep 1.14 done