Date: Friday, November 11, 2022 @ 18:20:54 Author: artafinde Revision: 1346830
upgpkg: solr 9.0.0-2 add modules back in Modified: solr/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 17:14:58 UTC (rev 1346829) +++ PKGBUILD 2022-11-11 18:20:54 UTC (rev 1346830) @@ -2,7 +2,7 @@ pkgname=solr pkgver=9.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Open source enterprise search platform built on Apache Lucene" arch=(any) url="https://lucene.apache.org/solr/" @@ -118,7 +118,7 @@ install -vdm 755 "${pkgdir}/usr/share/${pkgname}/" # copy application - cp -dr --no-preserve='ownership' dist/{bin,docs,example,licenses,server} "${pkgdir}/usr/share/${pkgname}/" + cp -dr --no-preserve='ownership' dist/{bin,docs,example,licenses,modules,server} "${pkgdir}/usr/share/${pkgname}/" # symlink configuration into place ln -svf /etc/${pkgname}/${pkgname}.in.sh "${pkgdir}/usr/share/${pkgname}/"
