From dfefe4a4d63a58376778cf9f8e751f9babc28a5b Mon Sep 17 00:00:00 2001 From: Jonatan Samoocha Date: Sun, 18 Jan 2015 15:31:25 +0100 Subject: solr: don't remove empty "example/logs" directory. An empty "example/logs" directory was removed by brew as part of post-install cleaning. Solr fails to start out-of-the-box without this directory, so a skip_clean statement was added to ignore this directory. Fixes #35775. Closes #35999. Signed-off-by: Mike McQuaid --- Library/Formula/solr.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/solr.rb') 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" -- cgit v1.2.3