From e16a5f4711d2c2237f7891a35220509693925aeb Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 1 Jul 2017 00:19:05 +0000 Subject: [PATCH] main/audit: really disable on s390x --- main/audit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD index a43f8ae9ab..592286f9f4 100644 --- a/main/audit/APKBUILD +++ b/main/audit/APKBUILD @@ -21,7 +21,7 @@ source="http://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz " builddir="$srcdir/audit-$pkgver" -if [ "$CARCH" = "ppc64le" ]; then +if [ "$CARCH" = "s390x" ]; then options="!check" fi -- GitLab