hive: no jars are installed directly to libexec
This commit is contained in:
parent
ce78adc67b
commit
3f99222936
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue