aboutsummaryrefslogtreecommitdiffstats
path: root/main/audit
diff options
context:
space:
mode:
Diffstat (limited to 'main/audit')
-rw-r--r--main/audit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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