office/gnumeric: Avoid the cs help or build will break.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Sebastien Ballet 2018-01-22 17:17:12 +01:00 committed by Robby Workman
parent 72b2baf933
commit a685a6f25e

View file

@ -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