]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 27 Sep 2006 22:32:38 +0000 (00:32 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 27 Sep 2006 22:32:38 +0000 (00:32 +0200)
  - run TryToInstall() in a way that it won't automatically tries to
    fix the cache after each package but queue them all first

cmdline/apt-get.cc

index 09bf572a5d6a2a9a88c01469e82172298052d3ce..25d205a4f0b63249541d36115e10c10565bba709 100644 (file)
@@ -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;
    }