tazpkg rev 290

tazpkg check: take care of virtual packages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 24 09:50:31 2009 +0200 (2009-08-24)
parents 5540374e54ce
children ce0190c96793
files tazpkg
line diff
     1.1 --- a/tazpkg	Sun Aug 23 20:52:24 2009 +0200
     1.2 +++ b/tazpkg	Mon Aug 24 09:50:31 2009 +0200
     1.3 @@ -2147,6 +2147,7 @@
     1.4  			MSG="Missing dependencies for $PACKAGE $VERSION$EXTRAVERSION :\n"
     1.5  			for i in $DEPENDS; do
     1.6  				[ -d $i ] && continue
     1.7 +				[ -d $(equivalent_pkg $i) ] && continue
     1.8  				echo -e "$MSG  $i"
     1.9  				MSG=""
    1.10  			done