diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-03-16 09:20:16 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-17 17:57:27 +0700 |
commit | e385c39e1be8f49475461568436d4f694772df10 (patch) | |
tree | 1e336eb8bc8d8b1e898add8a3681f7a1d2ae7256 /office/LibreOffice/LibreOffice.SlackBuild | |
parent | 65dac6a43ab26a79b2f71cda5b3cd3ba3dc295fb (diff) | |
download | slackbuilds-e385c39e1be8f49475461568436d4f694772df10.tar.gz |
office/LibreOffice: Updated for version 5.1.1.3
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 794acc23f0..5686fd78df 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-5.1.0.3} +VERSION=${VERSION:-5.1.1.3} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,8 @@ if [ "$HAVE_SRCS_TARBALL" = "1" ]; then tar xvf $CWD/$SRCNAM-${VERSION}-srcs.tar.xz fi +patch -p0 < $CWD/010_isnan.diff + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |