diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 218848a3d..ee4ab52d4 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -152,11 +152,11 @@ class FormulaInstaller ohai 'Caveats', f.keg_only_text @show_summary_heading = true else - audit_bin - audit_sbin - audit_lib - check_manpages - check_infopages + #audit_bin + #audit_sbin + #audit_lib + #check_manpages + #check_infopages end keg = Keg.new(f.prefix) |
