diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/solr.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/solr.rb b/Library/Formula/solr.rb index ef11ad555..c92db73d0 100644 --- a/Library/Formula/solr.rb +++ b/Library/Formula/solr.rb @@ -5,6 +5,8 @@ class Solr < Formula url "http://www.apache.org/dyn/closer.cgi?path=lucene/solr/4.10.2/solr-4.10.2.tgz" sha1 "b913204d07212d7bb814afe4641992f22404a27d" + skip_clean 'example/logs' + def install libexec.install Dir["*"] bin.install "#{libexec}/bin/solr" |
