aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-ipl/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-11-28 18:29:50 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-11-28 18:29:50 +0000
commita2a6c16d0938a4f15488cfadafbf584fd3f75f92 (patch)
tree40327572af55533c292a7f84cc42fd77de55e251 /community/icingaweb2-module-ipl/APKBUILD
parenteac37dbdcdc6c77c1041bd0ed6a2fbd0f0b8da8d (diff)
downloadaports-a2a6c16d0938a4f15488cfadafbf584fd3f75f92.tar.bz2
aports-a2a6c16d0938a4f15488cfadafbf584fd3f75f92.tar.xz
community/icingaweb2-module-ipl: disable s390x arch
Diffstat (limited to 'community/icingaweb2-module-ipl/APKBUILD')
-rw-r--r--community/icingaweb2-module-ipl/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/icingaweb2-module-ipl/APKBUILD b/community/icingaweb2-module-ipl/APKBUILD
index 9f9bc1f19d..179e56c083 100644
--- a/community/icingaweb2-module-ipl/APKBUILD
+++ b/community/icingaweb2-module-ipl/APKBUILD
@@ -6,7 +6,7 @@ pkgver="0.4.0"
pkgrel=0
pkgdesc="The Icinga PHP library for Icinga Web 2"
url="https://www.icinga.org"
-arch="noarch !armhf !armv7"
+arch="noarch !armhf !armv7 !s390x"
license="GPL"
options="!check"
_php=php7
@@ -18,13 +18,12 @@ build() {
return 0
}
-
package() {
cd "$builddir"
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"
@@ -44,7 +43,7 @@ For lighttpd:
Remember to enable the module with:
- # icingacli $_module module enable $_module
+ # icingacli module enable $_module
EOF