diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-27 00:15:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-27 06:42:43 +0700 |
commit | 7bcffea959e68ebcd00d73a1262d6b8b89fe2305 (patch) | |
tree | e68b5ded4e1abfa8886b8f794fcf9478b54c72d9 /python/s3cmd/s3cmd.SlackBuild | |
parent | 6eaa66d6c9207461eb08b028b97354ac197fa205 (diff) |
python/s3cmd: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/s3cmd/s3cmd.SlackBuild')
-rw-r--r-- | python/s3cmd/s3cmd.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild index 90a6e7ab066e4..88d6454961789 100644 --- a/python/s3cmd/s3cmd.SlackBuild +++ b/python/s3cmd/s3cmd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for s3cmd -# Copyright 2011-2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2011-2015 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=s3cmd -VERSION=${VERSION:-1.5.0_rc1} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,9 +45,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-${VERSION/_/-} -tar xvf $CWD/$PRGNAM-${VERSION/_/-}.tar.gz -cd $PRGNAM-${VERSION/_/-} +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |