summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/LibreOffice.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@iinet.net.au>2016-07-27 08:52:44 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:53 +0700
commitee171d33a81712f24f1b37beec4f15a8e6bd1f57 (patch)
tree5a7f9556d1a98452d742e2593a5b1e46cfb629b0 /office/LibreOffice/LibreOffice.SlackBuild
parent3869dcac6e06e4dd9352911aae0c8db4cb4c3334 (diff)
downloadslackbuilds-ee171d33a81712f24f1b37beec4f15a8e6bd1f57.tar.gz
slackbuilds-ee171d33a81712f24f1b37beec4f15a8e6bd1f57.tar.xz
office/LibreOffice: Updated for version 5.1.4.2
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index b5ba37a68c..027f597817 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -26,9 +26,9 @@
PRGNAM=LibreOffice
SRCNAM=libreoffice
-VERSION=${VERSION:-5.1.2.2}
+VERSION=${VERSION:-5.1.4.2}
SHORT_VERSION=${VERSION%.*.*}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PACKAGER=${PACKAGER:-"AnonymousCoward"}
@@ -152,11 +152,7 @@ if [ "$HAVE_SRCS_TARBALL" = "0" ]; then
fi
export LDFLAGS="-lboost_system"
-if [ "$ARCH" = "x86_64" ]; then
- make build
-else
- make build-nocheck
-fi
+make build-nocheck
make distro-pack-install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \