[arch-commits] Commit in elasticsearch/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Wed Feb 3 19:43:54 UTC 2016


    Date: Wednesday, February 3, 2016 @ 20:43:54
  Author: mtorromeo
Revision: 160101

upgpkg: elasticsearch 2.2.0-3

Added link from usr/share/elasticsearch/config to etc/elasticsearch to fix scripts not setting the correct es.path.conf

Modified:
  elasticsearch/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-03 19:35:53 UTC (rev 160100)
+++ PKGBUILD	2016-02-03 19:43:54 UTC (rev 160101)
@@ -5,7 +5,7 @@
 
 pkgname=elasticsearch
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
 url="https://www.elastic.co/products/elasticsearch"
@@ -73,5 +73,6 @@
   install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
 
   chgrp -R 114 etc/elasticsearch
+  ln -s ../../../etc/elasticsearch usr/share/elasticsearch/config
   install -o 114 -g 114 -dm755 usr/share/elasticsearch/{plugins,modules}
 }



More information about the arch-commits mailing list