From: Michael Vogt Date: Thu, 21 Feb 2008 14:01:42 +0000 (+0100) Subject: cmdline/apt-get.cc: X-Git-Tag: 0.7.24ubuntu1~84^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bd668fbb93a536135f8a001f98a7485158a5075f cmdline/apt-get.cc: - fix task installing (thanks to Colin Watson) --- diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 258133c19..11a8b2ef4 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -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; }