diff options
author | Michael Vogt <egon@bottom> | 2006-07-25 16:06:42 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-07-25 16:06:42 +0200 |
commit | 5b1df5f0f00dff79fe3297270efa0626f80a02da (patch) | |
tree | 90f57cce740e6edcd443f44308b3b6390dd3a875 /cmdline | |
parent | df78a81e47daa9de9d26f9bbc28708c8cd8fc6e4 (diff) | |
parent | a4decc40b3eb085ea994d2a8b31ee9cddfd570ff (diff) |
* merged with the current auto-mark branch
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 30d046447..8b3c68573 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1771,6 +1771,8 @@ bool DoDSelectUpgrade(CommandLine &CmdL) if (Cache.OpenForInstall() == false || Cache.CheckDeps() == false) return false; + pkgDepCache::ActionGroup group(Cache); + // Install everything with the install flag set pkgCache::PkgIterator I = Cache->PkgBegin(); for (;I.end() != true; I++) |