cookutils rev 207

cook: it may be a dep not only bdep
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 22 16:44:51 2011 +0200 (2011-05-22)
parents 1ae555c8f92c
children 7bce3132adbf
files cook
line diff
     1.1 --- a/cook	Sun May 22 16:30:29 2011 +0200
     1.2 +++ b/cook	Sun May 22 16:44:51 2011 +0200
     1.3 @@ -501,7 +501,7 @@
     1.4  	# is enable and cook fail we have ERROR in log, if no auto cook we have
     1.5  	# missing dep in cached file.
     1.6  	if fgrep -q "ERROR:" $LOGS/$pkg.log || [ -s "$CACHE/missing" ]; then
     1.7 -		echo -e "ERROR: missing build dep\n"
     1.8 +		echo -e "ERROR: missing dep\n"
     1.9  		exit 1
    1.10  	fi
    1.11