diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-07-01 00:19:05 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-07-01 00:19:05 +0000 |
commit | e16a5f4711d2c2237f7891a35220509693925aeb (patch) | |
tree | 6f94d50475ca38c755219a76c193953aed2515ff /main | |
parent | 7b77bfc89670eff09388f6b657faa12e427ea88a (diff) | |
download | aports-e16a5f4711d2c2237f7891a35220509693925aeb.tar.bz2 aports-e16a5f4711d2c2237f7891a35220509693925aeb.tar.xz |
main/audit: really disable on s390x
Diffstat (limited to 'main')
-rw-r--r-- | main/audit/APKBUILD | 2 |
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 |