cookutils rev 210

cook: revert last commit (receipt must be fixed)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 22 16:58:44 2011 +0200 (2011-05-22)
parents f13dbe40a1c2
children 0f00f58bf2bf
files cook
line diff
     1.1 --- a/cook	Sun May 22 16:56:19 2011 +0200
     1.2 +++ b/cook	Sun May 22 16:58:44 2011 +0200
     1.3 @@ -466,9 +466,7 @@
     1.4  						else
     1.5  							# So package exist in wok but not available.
     1.6  							gettext "Missing dep (wok/pkg)     :"; echo " $i $vers"
     1.7 -							if ! fgrep ^${i}$ $CACHE/missing; then
     1.8 -								echo $i >> $CACHE/missing
     1.9 -							fi
    1.10 +							echo $i >> $CACHE/missing
    1.11  						fi
    1.12  					fi
    1.13  				fi