From a381363a4877f4129521048db420101c541a28d4 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 3 Jun 2017 22:16:52 +0700 Subject: office/fop: Fix build against newer JDK. Signed-off-by: Willy Sudiarto Raharjo --- office/fop/fop.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'office') diff --git a/office/fop/fop.SlackBuild b/office/fop/fop.SlackBuild index fa61b476c3f63..df361192a03be 100644 --- a/office/fop/fop.SlackBuild +++ b/office/fop/fop.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=fop VERSION=${VERSION:-2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,8 +69,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 {} \; -# Fix an Issue with Java 8 thanks BLFS =] -sed -i '\@' build.xml +# Fix an Issue with Java 8 thanks LFS =] +sed -i '\@\ +' build.xml # Compiles with apache-ant: ant compile -- cgit v1.2.3