# HG changeset patch # User Christophe Lincoln # Date 1306032095 -7200 # Node ID 79ea2bf81b331d9b8b1a8240c40daf168f837e51 # Parent 707c75506484b97c07baf874282c31b4e8f4e3ab cook: dont exist on missing dep diff -r 707c75506484 -r 79ea2bf81b33 cook --- a/cook Sun May 22 04:13:15 2011 +0200 +++ b/cook Sun May 22 04:41:35 2011 +0200 @@ -464,8 +464,8 @@ tazpkg get-install $i >/dev/null else # So package exist in wok but not available. + # FIXME: if we exit previews bdeps are not removed. gettext "Missing dep:" ; echo " $i $vers" - exit 1 fi fi fi