diff options
| author | Adam Vandenberg | 2013-12-05 20:01:07 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-05 20:01:07 -0800 | 
| commit | cc51108677b7b14e35b601942444c93d39d6d9e4 (patch) | |
| tree | 8421083e6b823ccd4989963a2d770642304d7635 | |
| parent | 19568b236433b3541b3c098944a19e5114b78949 (diff) | |
| download | homebrew-cc51108677b7b14e35b601942444c93d39d6d9e4.tar.bz2 | |
hive: no jars are installed directly to libexec
| -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 | 
