diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-23 10:22:33 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-04-12 13:58:47 -0500 |
commit | 8425fd2e0cbc6e507e0ac22d3b559c1799f34342 (patch) | |
tree | 5afea0addcf063a15a63e0f4a941631b8ba4bb93 /office/ProjectLibre/ProjectLibre.SlackBuild | |
parent | 174ae28f0e3f1c19e44fe77eab1097dea35e5659 (diff) | |
download | slackbuilds-8425fd2e0cbc6e507e0ac22d3b559c1799f34342.tar.gz |
office/ProjectLibre: Updated for version 1.5.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/ProjectLibre/ProjectLibre.SlackBuild')
-rw-r--r-- | office/ProjectLibre/ProjectLibre.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 <willysr@slackware-id.org> +# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # 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 {} \; |