diff options
| -rw-r--r-- | Library/Formula/hive.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb index 4fa0948dd..e34aeedb5 100644 --- a/Library/Formula/hive.rb +++ b/Library/Formula/hive.rb @@ -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 |
