diff logstash.spec @ 19:729f36e68da8 unbundled-1.1.9-working

work on building from source
author Carl Byington <carl@five-ten-sg.com>
date Wed, 17 Apr 2013 11:48:04 -0700
parents aa606d801e02
children 1d50b19beda0
line wrap: on
line diff
--- a/logstash.spec	Mon Apr 15 19:33:28 2013 -0700
+++ b/logstash.spec	Wed Apr 17 11:48:04 2013 -0700
@@ -45,6 +45,8 @@
 
 %prep
 %setup -q
+sed -i -e 's,jarpath =.*,jarpath = "/usr/local/bin/elasticsearch/*.jar",g' lib/logstash/outputs/elasticsearch.rb
+sed -i -e 's,jarpath =.*,jarpath = "/usr/local/bin/elasticsearch/*.jar",g' lib/logstash/outputs/elasticsearch_river.rb
 
 
 %build