tazwok rev 129
check-depends: fix virtual packages check
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 11 16:07:42 2009 +0000 (2009-04-11) |
parents | 80593ffbf3cf |
children | 770760bb3d44 |
files | tazwok |
line diff
1.1 --- a/tazwok Sat Apr 11 14:31:02 2009 +0000 1.2 +++ b/tazwok Sat Apr 11 16:07:42 2009 +0000 1.3 @@ -765,7 +765,7 @@ 1.4 esac 1.5 for vdep in $(grep $dep /var/lib/tazpkg/packages.equiv | cut -d= -f1); do 1.6 case " $ALL_DEPENDS " in 1.7 - *\ $vdep\ *) continue 2;; 1.8 + *\ $vdep\ *) continue 3;; 1.9 esac 1.10 done 1.11 done