summaryrefslogtreecommitdiffstats
path: root/libraries/jansson/jansson.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali2014-07-06 02:22:52 +0200
committer Robby Workman2014-07-07 07:00:39 +0200
commit33ddf5b19458d353149315ed30ba681c79e9e0fb (patch)
tree46448618d5dcd172483de7b937e3585bf8f433f3 /libraries/jansson/jansson.SlackBuild
parentd34e440b13c8a538b58c50f0a4550e23f756104f (diff)
downloadslackbuilds-33ddf5b19458d353149315ed30ba681c79e9e0fb.tar.gz
libraries/jansson: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jansson/jansson.SlackBuild')
-rw-r--r--libraries/jansson/jansson.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/jansson/jansson.SlackBuild b/libraries/jansson/jansson.SlackBuild
index 807cf6a690..1076cf15a9 100644
--- a/libraries/jansson/jansson.SlackBuild
+++ b/libraries/jansson/jansson.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jansson
-VERSION=${VERSION:-2.5}
+VERSION=${VERSION:-2.6}
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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \