summaryrefslogtreecommitdiffstats
path: root/python/s3cmd/s3cmd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/s3cmd/s3cmd.SlackBuild')
-rw-r--r--python/s3cmd/s3cmd.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/s3cmd/s3cmd.SlackBuild b/python/s3cmd/s3cmd.SlackBuild
index 90a6e7ab06..88d6454961 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 \