elasticsearch: fix type in conf_files
This commit is contained in:
parent
a89f280965
commit
859e8a3fb9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'elasticsearch'
|
# Template file for 'elasticsearch'
|
||||||
pkgname=elasticsearch
|
pkgname=elasticsearch
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=3
|
revision=4
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
depends="sv-helper virtual?java-runtime"
|
depends="sv-helper virtual?java-runtime"
|
||||||
short_desc="A distributed, open source search and analytics engine"
|
short_desc="A distributed, open source search and analytics engine"
|
||||||
|
@ -12,7 +12,7 @@ distfiles="https://download.elasticsearch.org/elasticsearch/elasticsearch/elasti
|
||||||
checksum=acf572c606552bc446cceef3f8e93814a363ba0d215b323a2864682b3abfbe45
|
checksum=acf572c606552bc446cceef3f8e93814a363ba0d215b323a2864682b3abfbe45
|
||||||
system_accounts="elastic"
|
system_accounts="elastic"
|
||||||
system_groups="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() {
|
do_install() {
|
||||||
install -d -m0755 "${DESTDIR}"/usr/lib/elasticsearch/bin
|
install -d -m0755 "${DESTDIR}"/usr/lib/elasticsearch/bin
|
||||||
|
|
Loading…
Reference in a new issue