]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
CDROMs are unmounted
[apt.git] / cmdline / apt-get.cc
index aeb01485f9d924e00f5dba8ec28078fc97aaa118..06422ada51e36f810d5bb6d9a1beb384dbdc8e31 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.79 1999/10/17 07:49:41 jgg Exp $
+// $Id: apt-get.cc,v 1.80 1999/10/18 00:37:35 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -660,7 +660,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,bool Saftey =
    while (1)
    {
       if (_config->FindB("APT::Get::No-Download",false) == false)
-        ifFetcher.Run() == pkgAcquire::Failed)
+        if (Fetcher.Run() == pkgAcquire::Failed)
            return false;
       
       // Print out errors
@@ -672,8 +672,6 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,bool Saftey =
             (*I)->Complete == true)
            continue;
         
-        (*I)->Finished();
-        
         if ((*I)->Status == pkgAcquire::Item::StatIdle)
         {
            Transient = true;