소스 검색

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

Michael Vogt 18 년 전
부모
커밋
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;
    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