summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-09 01:03:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-09 01:03:33 +0200
commit74eb9ea2c4b00538e3358bb67bf19e74047d340d (patch)
tree6fc3d8fa973b7187042f270657593725b449e989 /cmdline
parentc37030c2566a511787933f801a89430f26e5b18a (diff)
parentbe0a16728d441e6b37f647e0b989b173cca0c142 (diff)
* cmdline/apt-get.cc:
- merged from apt--tasks
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index a641a6e6d..e4632cc6c 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1535,7 +1535,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;
}