aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-08 12:19:08 -0700
committerAdam Vandenberg2012-09-09 13:02:48 -0700
commit7334e4b99027f932b73e8234f1a3585b468f0b60 (patch)
tree248b1250df526e442eb50ecc9fb57aecc07e1954 /Library/Formula/elasticsearch.rb
parentac59720b272ea5d69a56af218f828f2c2eef4781 (diff)
downloadhomebrew-7334e4b99027f932b73e8234f1a3585b468f0b60.tar.bz2
Let plists be installed automatically
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
-rw-r--r--Library/Formula/elasticsearch.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb
index 14d023a91..be5548733 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -49,10 +49,6 @@ class Elasticsearch < Formula
# Replace CLASSPATH paths to use libexec instead of lib
s.gsub! /-cp \".*\"/, '-cp "$ES_HOME/libexec/*"'
end
-
- # Write .plist file for `launchd`
- plist_path.write startup_plist
- plist_path.chmod 0644
end
def caveats