diff options
author | 2018-01-22 17:17:12 +0100 | |
---|---|---|
committer | 2021-03-06 09:54:15 +0100 | |
commit | d6b99bd9eb58ed3d42203ce6cc38377ccb25de10 (patch) | |
tree | cbaf2a22aa9ec7d78752889162c051b5096eb27a | |
parent | 3c59cb22425adf5d8a0d1a79baf00e6d9334c620 (diff) | |
download | slackbuilds-gnumeric.tar.gz |
office/gnumeric: Avoid the cs help or build will break.gnumeric
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-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 |