diff options
author | Ruben Schuller <sb@rbn.im> | 2018-01-07 22:39:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-10 23:55:49 +0700 |
commit | 112800172b610357a601681d0dac65f8f844012c (patch) | |
tree | 56b6ebc81efc9b54ad33e57aea53ceb072ac26f1 /network/gajim/gajim.SlackBuild | |
parent | 3e74ff3032f76f7364efcf9e85c4d3e4b03380cd (diff) | |
download | slackbuilds-112800172b610357a601681d0dac65f8f844012c.tar.gz |
network/gajim: Updated for version 0.16.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/gajim/gajim.SlackBuild')
-rw-r--r-- | network/gajim/gajim.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/gajim/gajim.SlackBuild b/network/gajim/gajim.SlackBuild index 3b0d88377e..f8bff6002e 100644 --- a/network/gajim/gajim.SlackBuild +++ b/network/gajim/gajim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Gajim # -# Copyright 2014-2016 Ruben Schuller +# Copyright 2014-2018 Ruben Schuller # # All rights reserved. # @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gajim -VERSION=${VERSION:-0.16.6} +VERSION=${VERSION:-0.16.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |