diff options
author | Miroslaw Turski <miroslaw.turski@gmail.com> | 2015-10-10 00:04:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-10 00:04:40 +0700 |
commit | 43a9021e08b412c0c2c24a63122a39bfa23558c5 (patch) | |
tree | f609ea59c8e8775a4f967a11441ed38c8931eb20 /misc/glogg/glogg.SlackBuild | |
parent | b9a78bd949f525106e05847edf808029c0a6036b (diff) | |
download | slackbuilds-43a9021e08b412c0c2c24a63122a39bfa23558c5.tar.gz |
misc/glogg: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/glogg/glogg.SlackBuild')
-rw-r--r-- | misc/glogg/glogg.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/glogg/glogg.SlackBuild b/misc/glogg/glogg.SlackBuild index 732c33940d..0278e2c4e8 100644 --- a/misc/glogg/glogg.SlackBuild +++ b/misc/glogg/glogg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for glogg -# Copyright 2014 Miroslaw Turski +# Copyright 2015 Miroslaw Turski # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glogg -VERSION=${VERSION:-0.9.2.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; qmake make |