# HG changeset patch # User Pascal Bellard # Date 1223024204 0 # Node ID d335ff8c479fbc6807abc84143891a6c1b11f129 # Parent b46797cbef0583773f81f720bc5ed5869acc81ef cmp --cook: skip dependancy misses diff -r b46797cbef05 -r d335ff8c479f tazwok --- a/tazwok Fri Oct 03 07:59:59 2008 +0000 +++ b/tazwok Fri Oct 03 08:56:44 2008 +0000 @@ -729,7 +729,7 @@ fi fi if [ "$2" = "--cook" ]; then - tazwok cook $PACKAGE + yes '' | tazwok cook $PACKAGE fi done for pkg in `cd $PACKAGES_REPOSITORY && ls *.tazpkg`