aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-reactbundle
diff options
context:
space:
mode:
Diffstat (limited to 'community/icingaweb2-module-reactbundle')
-rw-r--r--community/icingaweb2-module-reactbundle/APKBUILD6
1 files changed, 3 insertions, 3 deletions
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
}