summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-28 00:48:50 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-28 00:48:50 +0200
commitbdce936af01878a0f2ff3056621e3278e17d1ae3 (patch)
tree2d8b97500c37a11fed9bcb976d06d69892df9726 /cmdline
parent360aa3f32b747825d524fb2a9bb6a97e83c97505 (diff)
parentbe0a16728d441e6b37f647e0b989b173cca0c142 (diff)
* cmdline/apt-get.cc:
- merged from apt--tasks, fix auto-install problem with tasks * debian/changelog: - new upload
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 6ea0d3727..9a3140428 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1530,7 +1530,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;
}