summaryrefslogtreecommitdiff
path: root/cmdline/apt-internal-planer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline/apt-internal-planer.cc')
-rw-r--r--cmdline/apt-internal-planer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-internal-planer.cc b/cmdline/apt-internal-planer.cc
index 56d4f8afd..2d5f44c6a 100644
--- a/cmdline/apt-internal-planer.cc
+++ b/cmdline/apt-internal-planer.cc
@@ -72,7 +72,7 @@ protected:
virtual bool Install(PkgIterator Pkg,std::string) APT_OVERRIDE
{
//std::cerr << "INSTALL: " << APT::PrettyPkg(&Cache, Pkg) << std::endl;
- return EDSP::WriteSolutionStanza(output, "Install", Cache[Pkg].InstVerIter(Cache));
+ return EDSP::WriteSolutionStanza(output, "Unpack", Cache[Pkg].InstVerIter(Cache));
}
virtual bool Configure(PkgIterator Pkg) APT_OVERRIDE
{