cookutils rev 508

cook: add CMake Error
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 09 11:22:30 2012 +0200 (2012-07-09)
parents 82da6052a792
children b3b8e39cccf5
files cook
line diff
     1.1 --- a/cook	Wed Jun 27 12:28:07 2012 +0200
     1.2 +++ b/cook	Mon Jul 09 11:22:30 2012 +0200
     1.3 @@ -304,7 +304,8 @@
     1.4  	for error in \
     1.5  		ERROR "No package" "cp: can't" "can't open" "can't cd" \
     1.6  		"error:" "fatal error:" "undefined reference to" \
     1.7 -		"Unable to connect to" "link: cannot find the library"
     1.8 +		"Unable to connect to" "link: cannot find the library" \
     1.9 +		"CMake Error"
    1.10  	do
    1.11  		fgrep "$error" $LOGS/$pkg.log
    1.12  	done