[arch-commits] Commit in opensearch-notifications-plugin/trunk (PKGBUILD)
Justin Kromlinger
hashworks at gemini.archlinux.org
Thu Sep 1 17:16:13 UTC 2022
Date: Thursday, September 1, 2022 @ 17:16:12
Author: hashworks
Revision: 1290377
upgpkg: opensearch-notifications-plugin 2.1.0.0-1
Modified:
opensearch-notifications-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 17:15:33 UTC (rev 1290376)
+++ PKGBUILD 2022-09-01 17:16:12 UTC (rev 1290377)
@@ -34,7 +34,12 @@
package() {
install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications"
cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications"
- unzip "${srcdir}/notifications-${pkgver}/notifications/build/distributions/opensearch-notifications-${pkgver}.zip"
+ unzip "${srcdir}/notifications-${pkgver}/notifications/notifications/build/distributions/opensearch-notifications-${pkgver}.zip"
- install -Dm644 "${srcdir}/notifications-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -dm755 "${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications-core"
+ cd "${pkgdir}/usr/share/opensearch/plugins/opensearch-notifications-core"
+ unzip "${srcdir}/notifications-${pkgver}/notifications/core/build/distributions/opensearch-notifications-core-${pkgver}.zip"
+
+
+ install -Dm644 "${srcdir}/notifications-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
More information about the arch-commits
mailing list