summaryrefslogtreecommitdiffstats
path: root/office/gnumeric/gnumeric.SlackBuild
diff options
context:
space:
mode:
author Sebastien Ballet2018-01-22 17:17:12 +0100
committer Robby Workman2021-04-18 06:25:26 +0200
commita685a6f25e6cfcf918dd6b56e3dd58d0bbbdf1f1 (patch)
treeed7444d7c998bbb008615e8b58fcdb08c1674614 /office/gnumeric/gnumeric.SlackBuild
parent72b2baf9337b61403c47aa9fc17e15a0c61d5e14 (diff)
downloadslackbuilds-a685a6f25e6cfcf918dd6b56e3dd58d0bbbdf1f1.tar.gz
office/gnumeric: Avoid the cs help or build will break.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/gnumeric/gnumeric.SlackBuild')
-rw-r--r--office/gnumeric/gnumeric.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/office/gnumeric/gnumeric.SlackBuild b/office/gnumeric/gnumeric.SlackBuild
index 0a5d0ee899..e87c652629 100644
--- a/office/gnumeric/gnumeric.SlackBuild
+++ b/office/gnumeric/gnumeric.SlackBuild
@@ -66,6 +66,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Avoid the cs help or build will break
+sed -i "s|cs\ de\ es|de es|" doc/Makefile.am || exit 1
+autoreconf -fi
+
# Thanks to mancha for this gem :-)
# The docs will still be missing, but at least we can build the app itself
touch doc/C/gnumeric-C.omf.out