cookutils rev 88

web: small work change (cooking --> building)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 03:22:58 2011 +0200 (2011-05-08)
parents 28d08d97a6ec
children b2cf2da8c3b3
files web/cooker.cgi
line diff
     1.1 --- a/web/cooker.cgi	Sun May 08 03:20:33 2011 +0200
     1.2 +++ b/web/cooker.cgi	Sun May 08 03:22:58 2011 +0200
     1.3 @@ -97,7 +97,7 @@
     1.4  		# Check for a log file and display summary if it exists.
     1.5  		if [ -f "$log" ]; then
     1.6  			if grep -q "cook:$pkg$" $command; then
     1.7 -				echo "<pre>The Cooker is currently cooking: $pkg</pre>"
     1.8 +				echo "<pre>The Cooker is currently building: $pkg</pre>"
     1.9  			fi
    1.10  			if fgrep -q "Summary " $LOGS/$pkg.log; then
    1.11  				echo "<h3>Cook summary</h3>"