From: Michael Vogt Date: Wed, 27 Sep 2006 22:32:38 +0000 (+0200) Subject: * cmdline/apt-get.cc: X-Git-Tag: 0.7.24ubuntu1~223^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/be0a16728d441e6b37f647e0b989b173cca0c142?hp=--cc * cmdline/apt-get.cc: - run TryToInstall() in a way that it won't automatically tries to fix the cache after each package but queue them all first --- be0a16728d441e6b37f647e0b989b173cca0c142 diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 09bf572a5..25d205a4f 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1440,7 +1440,7 @@ bool TryInstallTask(pkgDepCache &Cache, pkgProblemResolver &Fix, buf[end-start] = 0x0; if (regexec(&Pattern,buf,0,0,0) != 0) continue; - res &= TryToInstall(Pkg,Cache,Fix,false,BrokenFix,ExpectedInst); + res &= TryToInstall(Pkg,Cache,Fix,false,true,ExpectedInst); found = true; }