From 8425fd2e0cbc6e507e0ac22d3b559c1799f34342 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 23 Mar 2014 10:22:33 +0100 Subject: office/ProjectLibre: Updated for version 1.5.8. Signed-off-by: Matteo Bernardini --- office/ProjectLibre/ProjectLibre.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'office/ProjectLibre/ProjectLibre.SlackBuild') diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild index 160e8b5d09..ac9a08307f 100644 --- a/office/ProjectLibre/ProjectLibre.SlackBuild +++ b/office/ProjectLibre/ProjectLibre.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild Script for ProjectLibre -# Copyright 2012-2013 Willy Sudiarto Raharjo +# Copyright 2012-2014 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ProjectLibre -VERSION=${VERSION:-1.5.7} +VERSION=${VERSION:-1.5.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,8 +45,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -- cgit v1.2.3