summaryrefslogtreecommitdiffstats
path: root/office/gnumeric/gnumeric.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-11-20 14:04:21 +0100
committer Matteo Bernardini2018-11-20 14:04:21 +0100
commitd6719c95b8e506f9437318a9244e1e0d2fa552a6 (patch)
tree76c67dc4ce71a57d084320f9438e87d5fadbce23 /office/gnumeric/gnumeric.SlackBuild
parent59bc131453646d864559816c35214b368a8ad945 (diff)
downloadslackbuilds-d6719c95b8e506f9437318a9244e1e0d2fa552a6.tar.gz
20181120.1 global branch merge.current-20181120.1
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