mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/elasticsearch: build fix
This commit is contained in:
parent
81202de05b
commit
2b9dee3129
@ -19,7 +19,15 @@ source="https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
default_module=transport-netty4
|
||||
_modules=$(find $builddir/modules -mindepth 1 -maxdepth 1 -type d ! -name $default_module -exec basename {} \;)
|
||||
_modules="lang-mustache
|
||||
reindex
|
||||
ingest-common
|
||||
lang-expression
|
||||
lang-groovy
|
||||
percolator
|
||||
aggs-matrix-stats
|
||||
lang-painless
|
||||
transport-netty3"
|
||||
for _mod in $_modules; do
|
||||
subpackages="$subpackages $pkgname-$_mod:_${_mod//-/_}"
|
||||
eval "_${_mod//-/_}() { _builtin_module $_mod; }"
|
||||
|
Loading…
Reference in New Issue
Block a user