]> git.saurik.com Git - apt.git/commitdiff
cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 21 Feb 2008 14:01:42 +0000 (15:01 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 21 Feb 2008 14:01:42 +0000 (15:01 +0100)
- fix task installing (thanks to Colin Watson)

cmdline/apt-get.cc

index 258133c194b711b9bc2137060e9af5755a6516ce..11a8b2ef4fd05a28826b00a66f7c6a825004b5f8 100644 (file)
@@ -1506,7 +1506,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,Remove,true,ExpectedInst);
+      res &= TryToInstall(Pkg,Cache,Fix,Remove,false,ExpectedInst);
       found = true;
    }