hive: no jars are installed directly to libexec

This commit is contained in:
Adam Vandenberg 2013-12-05 20:01:07 -08:00
parent ce78adc67b
commit 3f99222936

View file

@ -6,10 +6,10 @@ class Hive < Formula
sha1 '488f625a859facc89312320ef7e9802f1cc2531e'
depends_on 'hadoop'
def install
rm_f Dir["bin/*.bat"]
libexec.install %w[bin conf examples lib ]
libexec.install Dir['*.jar']
libexec.install %w[bin conf examples lib]
bin.write_exec_script Dir["#{libexec}/bin/*"]
end