From eac37dbdcdc6c77c1041bd0ed6a2fbd0f0b8da8d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 28 Nov 2019 18:28:46 +0000 Subject: community/icingaweb2-module-reactbundle: disable s390x arch --- community/icingaweb2-module-reactbundle/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/icingaweb2-module-reactbundle') diff --git a/community/icingaweb2-module-reactbundle/APKBUILD b/community/icingaweb2-module-reactbundle/APKBUILD index 54d3dd3f07..37c5d2bffa 100644 --- a/community/icingaweb2-module-reactbundle/APKBUILD +++ b/community/icingaweb2-module-reactbundle/APKBUILD @@ -6,7 +6,7 @@ pkgver="0.7.0" pkgrel=0 pkgdesc="ReactPHP-based 3rd party libraries for Icinga Web 2" url="https://www.icinga.org" -arch="noarch !armhf !armv7" +arch="noarch !armhf !armv7 !s390x" license="GPL" options="!check" _php=php7 @@ -23,7 +23,7 @@ package() { mkdir -p "$pkgdir/etc/icingaweb2/modules/$_module" mkdir -p "$pkgdir/usr/share/doc/$pkgname" mkdir -p "$pkgdir/usr/share/webapps/icingaweb2/modules/$_module" - cp -a vendor bin composer.json composer.lock module.info run.php \ + cp -a vendor composer.json composer.lock module.info run.php \ "$pkgdir/usr/share/webapps/icingaweb2/modules/$_module" chgrp -R $pkggroups "$pkgdir/etc/icingaweb2/modules/$_module" @@ -43,7 +43,7 @@ For lighttpd: Remember to enable the module with: - # icingacli $_module module enable $_module + # icingacli module enable $_module EOF } -- cgit v1.2.3