summaryrefslogtreecommitdiffstats
path: root/libraries/libgee/libgee.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-12-06 22:43:59 +0700
committer Erik Hanson <erik@slackbuilds.org>2013-12-14 10:53:00 -0600
commitb754916c982089fbab86b2fe2bf2784a60d88540 (patch)
tree63054c2532ffb652373e42db0517e120662b64fb /libraries/libgee/libgee.SlackBuild
parent5470257545f76bfc90ea7dce76d7b17d2be38a7a (diff)
downloadslackbuilds-b754916c982089fbab86b2fe2bf2784a60d88540.tar.gz
slackbuilds-b754916c982089fbab86b2fe2bf2784a60d88540.tar.xz
libraries/libgee: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgee/libgee.SlackBuild')
-rw-r--r--libraries/libgee/libgee.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libgee/libgee.SlackBuild b/libraries/libgee/libgee.SlackBuild
index a98eabaa80..67e3d7333f 100644
--- a/libraries/libgee/libgee.SlackBuild
+++ b/libraries/libgee/libgee.SlackBuild
@@ -5,7 +5,7 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=libgee
-VERSION=${VERSION:-0.6.8}
+VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
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" \
./configure \