summaryrefslogtreecommitdiff
path: root/extra/libreoffice-still/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-11-23 11:05:24 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-11-23 11:05:24 +0100
commit7f968a875a8c7b353ddcefee095c792fc24752db (patch)
tree64f8894338dfc2bbe6fcfe3b06e4a07bac7e2fc9 /extra/libreoffice-still/PKGBUILD
parent6ac348f0944ce83b40c3f1c2d11a0d4c48c5da51 (diff)
downloadpackages-7f968a875a8c7b353ddcefee095c792fc24752db.tar.xz
extra/libreoffice-still: do not execute segfaulting unit tests
Diffstat (limited to 'extra/libreoffice-still/PKGBUILD')
-rw-r--r--extra/libreoffice-still/PKGBUILD7
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|
+ '
+)"