]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.cc
* merged with apt--mvo--0
[apt.git] / apt-pkg / packagemanager.cc
index 87a21004f85ec333d1100af8b45bd31e543a6eb5..cc87444ea59e72f0544285aa40ee33de84fbf8b0 100644 (file)
@@ -106,7 +106,7 @@ bool pkgPackageManager::FixMissing()
    
       // Okay, this file is missing and we need it. Mark it for keep 
       Bad = true;
-      Cache.MarkKeep(I);
+      Cache.MarkKeep(I, false, false);
    }
  
    // We have to empty the list otherwise it will not have the new changes
@@ -636,6 +636,6 @@ pkgPackageManager::OrderResult pkgPackageManager::DoInstall(int statusFd)
    if(DoInstallPreFork() == Failed)
       return Failed;
    
-   return DoInstallPostFork();
+   return DoInstallPostFork(statusFd);
 }
                                                                        /*}}}*/