Merge pull request #2997 from ilovezfs/non-libraries

formula_cellar_checks: check_non_libraries only for new formulae
This commit is contained in:
ilovezfs 2017-08-03 05:48:15 -07:00 committed by GitHub
commit 1cae6dd677

View File

@ -157,7 +157,7 @@ module FormulaCellarChecks
problem_if_output(check_manpages) problem_if_output(check_manpages)
problem_if_output(check_infopages) problem_if_output(check_infopages)
problem_if_output(check_jars) 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_non_executables(formula.bin))
problem_if_output(check_generic_executables(formula.bin)) problem_if_output(check_generic_executables(formula.bin))
problem_if_output(check_non_executables(formula.sbin)) problem_if_output(check_non_executables(formula.sbin))