]> git.saurik.com Git - apt.git/commitdiff
Fix fix-missing
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:01 +0000 (16:52 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:01 +0000 (16:52 +0000)
Author: jgg
Date: 1998-12-06 06:22:01 GMT
Fix fix-missing

cmdline/apt-get.cc

index 4c8f56195cb2067e90f5cd15720331ccae827b1f..652825903f640e2b8eac9bd16f44e3d84985a45d 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.24 1998/12/05 04:50:27 jgg Exp $
+// $Id: apt-get.cc,v 1.25 1998/12/06 06:22:01 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -592,7 +592,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true)
    if (_config->FindB("APT::Get::Download-Only",false) == true)
       return true;
    
-   if (Failed == true && _config->FindB("APT::Fix-Missing",false) == false)
+   if (Failed == true && _config->FindB("APT::Get::Fix-Missing",false) == false)
    {
       if (Transient == true)
       {