Skip to content

Commit

Permalink
Merge pull request #2997 from ilovezfs/non-libraries
Browse files Browse the repository at this point in the history
formula_cellar_checks: check_non_libraries only for new formulae
  • Loading branch information
ilovezfs authored Aug 3, 2017
2 parents 2ad03b8 + ee6b0e7 commit 1cae6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula_cellar_checks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def audit_installed
problem_if_output(check_manpages)
problem_if_output(check_infopages)
problem_if_output(check_jars)
problem_if_output(check_non_libraries)
problem_if_output(check_non_libraries) if @new_formula
problem_if_output(check_non_executables(formula.bin))
problem_if_output(check_generic_executables(formula.bin))
problem_if_output(check_non_executables(formula.sbin))
Expand Down

0 comments on commit 1cae6dd

Please sign in to comment.