Merge pull request #2997 from ilovezfs/non-libraries
formula_cellar_checks: check_non_libraries only for new formulae
This commit is contained in:
commit
1cae6dd677
@ -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))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user