summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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|
+ '
+)"