# HG changeset patch # User Christophe Lincoln # Date 1306075491 -7200 # Node ID 2d3f188c845f94f778069bcac9abca0444858d4c # Parent 1ae555c8f92c02bf6d6cb1d2050d5635afc08801 cook: it may be a dep not only bdep diff -r 1ae555c8f92c -r 2d3f188c845f cook --- a/cook Sun May 22 16:30:29 2011 +0200 +++ b/cook Sun May 22 16:44:51 2011 +0200 @@ -501,7 +501,7 @@ # is enable and cook fail we have ERROR in log, if no auto cook we have # missing dep in cached file. if fgrep -q "ERROR:" $LOGS/$pkg.log || [ -s "$CACHE/missing" ]; then - echo -e "ERROR: missing build dep\n" + echo -e "ERROR: missing dep\n" exit 1 fi