add full lib path to audit

This commit is contained in:
Adam Vandenberg 2013-07-16 20:50:34 -07:00
parent 86cf6f0329
commit f432a59fd0

View File

@ -41,7 +41,7 @@ module FormulaCellarChecks
jars = f.lib.children.select{|g| g.to_s =~ /\.jar$/} jars = f.lib.children.select{|g| g.to_s =~ /\.jar$/}
return if jars.empty? return if jars.empty?
['JARs were installed to "lib".', ["JARs were installed to \"#{f.lib}\".",
<<-EOS.undent <<-EOS.undent
Installing JARs to "lib" can cause conflicts between packages. Installing JARs to "lib" can cause conflicts between packages.
For Java software, it is typically better for the formula to For Java software, it is typically better for the formula to
@ -64,7 +64,7 @@ module FormulaCellarChecks
end end
return if non_libraries.empty? return if non_libraries.empty?
['Non-libraries were installed to "lib".', ["Non-libraries were installed to \"#{f.lib}\".",
<<-EOS.undent <<-EOS.undent
Installing non-libraries to "lib" is bad practice. Installing non-libraries to "lib" is bad practice.
The offending files are: The offending files are: