diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2016-07-01 04:06:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-01 04:06:23 +0700 |
commit | 4c7a652c6b3b87d45d3ad7736b6736c30d0e74b0 (patch) | |
tree | aa2846568d4959bfb12710b65e9961f2528e88f3 /libraries/jsoncpp/jsoncpp.SlackBuild | |
parent | 8cda3ee6cb6e57f7c8f57c7be1c89806ac12e2dc (diff) | |
download | slackbuilds-4c7a652c6b3b87d45d3ad7736b6736c30d0e74b0.tar.gz |
libraries/jsoncpp: Updated for version 1.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/jsoncpp/jsoncpp.SlackBuild')
-rw-r--r-- | libraries/jsoncpp/jsoncpp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/jsoncpp/jsoncpp.SlackBuild b/libraries/jsoncpp/jsoncpp.SlackBuild index 11fe74a521..cc34a961f6 100644 --- a/libraries/jsoncpp/jsoncpp.SlackBuild +++ b/libraries/jsoncpp/jsoncpp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jsoncpp -# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com> # 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=jsoncpp -VERSION=${VERSION:-1.6.5} +VERSION=${VERSION:-1.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 2>/dev/null || tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |