aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-incubator
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-11-28 18:31:13 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-11-28 18:31:13 +0000
commit286e7ae956381911296be0f3793799cd663b9186 (patch)
treeaf951c4bc08367fd4eafc08a0988309d742071e7 /community/icingaweb2-module-incubator
parenta2a6c16d0938a4f15488cfadafbf584fd3f75f92 (diff)
downloadaports-286e7ae956381911296be0f3793799cd663b9186.tar.bz2
aports-286e7ae956381911296be0f3793799cd663b9186.tar.xz
community/icingaweb2-module-incubator: disable s390x arch
Diffstat (limited to 'community/icingaweb2-module-incubator')
-rw-r--r--community/icingaweb2-module-incubator/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/icingaweb2-module-incubator/APKBUILD b/community/icingaweb2-module-incubator/APKBUILD
index daf8758db5..a8a9779db9 100644
--- a/community/icingaweb2-module-incubator/APKBUILD
+++ b/community/icingaweb2-module-incubator/APKBUILD
@@ -6,7 +6,7 @@ pkgver="0.5.0"
pkgrel=0
pkgdesc="Bleeding edge libraries useful for Icinga Web 2 modules"
url="https://www.icinga.org"
-arch="noarch !armhf !armv7"
+arch="noarch !armhf !armv7 !s390x"
license="GPL"
options="!check"
_php=php7
@@ -19,13 +19,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"
@@ -45,7 +44,7 @@ For lighttpd:
Remember to enable the module with:
- # icingacli $_module module enable $_module
+ # icingacli module enable $_module
EOF