summaryrefslogtreecommitdiff
path: root/extra/libreoffice-still/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 11:17:45 +0100
committerErich Eckner <git@eckner.net>2019-01-21 11:17:45 +0100
commitfb12b37f1417fce6858fc0c72e15924089c7a973 (patch)
treece6d4572e94d6a6ca4e4391ba74205fae8182105 /extra/libreoffice-still/PKGBUILD
parent35a064b38c7d01ae29033e472ed95d6845fd1e0a (diff)
downloadpackages-fb12b37f1417fce6858fc0c72e15924089c7a973.tar.xz
extra/libreoffice-still: do not append -nocheck fo build-nocheck
Diffstat (limited to 'extra/libreoffice-still/PKGBUILD')
-rw-r--r--extra/libreoffice-still/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD
index e1ec0078..abe13200 100644
--- a/extra/libreoffice-still/PKGBUILD
+++ b/extra/libreoffice-still/PKGBUILD
@@ -1,7 +1,7 @@
eval "$(
declare -f build | \
sed '
- s|make build|make build-nocheck|
+ s|\(make build\)\([;[:space:]]\)|\1-nocheck\2|
s|--enable-ext-wiki-publisher|--disable-ext-wiki-publisher|
s|--enable-ext-nlpsolver|--disable-ext-nlpsolver|
'