diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-08 03:40:10 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-08 03:40:10 +0000 |
commit | 2b9dee3129146da19b5866bc4ca2d10f5143da2b (patch) | |
tree | 885c02450bfdb9e1559d7d150809999cbc076070 /community | |
parent | 81202de05b40fe36925e0936b3be6e94227d0e90 (diff) | |
download | aports-2b9dee3129146da19b5866bc4ca2d10f5143da2b.tar.bz2 aports-2b9dee3129146da19b5866bc4ca2d10f5143da2b.tar.xz |
community/elasticsearch: build fix
Diffstat (limited to 'community')
-rw-r--r-- | community/elasticsearch/APKBUILD | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/community/elasticsearch/APKBUILD b/community/elasticsearch/APKBUILD index 6b77d55615..1a50d41001 100644 --- a/community/elasticsearch/APKBUILD +++ b/community/elasticsearch/APKBUILD @@ -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; }" |