mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
office/gnumeric: Avoid the cs help or build will break.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
72b2baf933
commit
a685a6f25e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue