tazwok rev 213

Don't install bdeps for meta without compile rules, thanks godane
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 31 04:54:11 2011 +0100 (2011-01-31)
parents 50409f2b7ad6
children 80a7e1f31fee
files tazwok
line diff
     1.1 --- a/tazwok	Mon Jan 31 03:40:56 2011 +0100
     1.2 +++ b/tazwok	Mon Jan 31 04:54:11 2011 +0100
     1.3 @@ -273,6 +273,7 @@
     1.4  check_for_build_depends()
     1.5  {
     1.6  	[ "$WANTED" ] && return
     1.7 +	[ "$CATEGORY" = meta ] && ! fgrep -q compile_rules $RECEIPT && return
     1.8  	report step "Looking for build dependencies"
     1.9  
    1.10  	# Keep the list of previously installed build_depends then compare