diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-11-23 11:05:24 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-11-23 11:05:24 +0100 |
commit | 7f968a875a8c7b353ddcefee095c792fc24752db (patch) | |
tree | 64f8894338dfc2bbe6fcfe3b06e4a07bac7e2fc9 /extra/libreoffice-still | |
parent | 6ac348f0944ce83b40c3f1c2d11a0d4c48c5da51 (diff) | |
download | packages-7f968a875a8c7b353ddcefee095c792fc24752db.tar.xz |
extra/libreoffice-still: do not execute segfaulting unit tests
Diffstat (limited to 'extra/libreoffice-still')
-rw-r--r-- | extra/libreoffice-still/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
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| + ' +)" |