From 7f968a875a8c7b353ddcefee095c792fc24752db Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 23 Nov 2017 11:05:24 +0100 Subject: extra/libreoffice-still: do not execute segfaulting unit tests --- extra/libreoffice-still/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD index dc292c08..f9cb207c 100644 --- a/extra/libreoffice-still/PKGBUILD +++ b/extra/libreoffice-still/PKGBUILD @@ -1,3 +1,10 @@ # see https://bugs.archlinux.org/task/55764 makedepends=("${makedepends[@]/java-environment/java-environment=8}") + +eval "$( + declare -f build | \ + sed ' + s|make build|make build-nocheck| + ' +)" -- cgit v1.2.3