From 4d6dd40badc432697dc59f53f282ff2cd17a29eb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Oct 2013 21:30:57 -0500 Subject: [PATCH] Make non-libs warning less judgmental --- Library/Homebrew/formula_cellar_checks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index 7c975f6e7f..f123a85cc9 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -69,7 +69,7 @@ module FormulaCellarChecks ["Non-libraries were installed to \"#{f.lib}\".", <<-EOS.undent - Installing non-libraries to "lib" is bad practice. + Installing non-libraries to "lib" is discouraged. The offending files are: #{non_libraries * "\n "} EOS