Просмотр исходного кода

apt-pkg/depcache.cc: install recommends by default

Michael Vogt лет назад: 18
Родитель
Сommit
d22d41ff6f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apt-pkg/depcache.cc

+ 1 - 1
apt-pkg/depcache.cc

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