elasticsearch: fix type in conf_files

This commit is contained in:
bougyman 2015-04-05 09:42:14 -05:00
parent a89f280965
commit 859e8a3fb9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'elasticsearch'
pkgname=elasticsearch
version=1.5.0
revision=3
revision=4
only_for_archs="i686 x86_64"
depends="sv-helper virtual?java-runtime"
short_desc="A distributed, open source search and analytics engine"
@ -12,7 +12,7 @@ distfiles="https://download.elasticsearch.org/elasticsearch/elasticsearch/elasti
checksum=acf572c606552bc446cceef3f8e93814a363ba0d215b323a2864682b3abfbe45
system_accounts="elastic"
system_groups="elastic"
conf_files="/etc/elasticsearch/elasticserch.yml /etc/elasticsearch/logging.yml"
conf_files="/etc/elasticsearch/elasticsearch.yml /etc/elasticsearch/logging.yml"
do_install() {
install -d -m0755 "${DESTDIR}"/usr/lib/elasticsearch/bin