]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/depcache.cc: install recommends by default
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 5 May 2008 09:30:58 +0000 (11:30 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 5 May 2008 09:30:58 +0000 (11:30 +0200)
apt-pkg/depcache.cc

index d1bea4cf6786d186f7008bfb784ac8c5c2c28cb6..be768d0bfebfc10c8d2d090eada214b6f201a361 100644 (file)
@@ -1183,7 +1183,7 @@ bool pkgDepCache::Policy::IsImportantDep(DepIterator Dep)
       return true;
    else if(Dep->Type == pkgCache::Dep::Recommends) 
    {
-      if ( _config->FindB("APT::Install-Recommends", false))
+      if ( _config->FindB("APT::Install-Recommends", true))
         return true;
       // we suport a special mode to only install-recommends for certain
       // sections