diff options
author | 2021-01-09 11:36:13 +0100 | |
---|---|---|
committer | 2021-01-09 11:36:13 +0100 | |
commit | d53d61a1a0572aa2058e5324fd66c01c2ed3eccf (patch) | |
tree | d41f2a4360d572bdbec8081662b0f93b4aa2f8af /office/gnumeric/gnumeric.SlackBuild | |
parent | a60e2f392c2bd7cee33c089073f9d5e5169f422d (diff) | |
download | slackbuilds-d53d61a1a0572aa2058e5324fd66c01c2ed3eccf.tar.gz |
20210109.1 global branch merge.current-20210109.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/gnumeric/gnumeric.SlackBuild')
-rw-r--r-- | office/gnumeric/gnumeric.SlackBuild | 4 |
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 |