diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-17 15:05:13 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:54 -0600 |
commit | aa08410ac6c5f6bf50bc3ed288fdf41fed6321ed (patch) | |
tree | 2087347a4e9f7a7d5a54f74af50a60f550099ae5 /python/pySmartDL/pySmartDL.SlackBuild | |
parent | 6a8dd02de86de4dcc3083429e606d28dd61bdab8 (diff) | |
download | slackbuilds-aa08410ac6c5f6bf50bc3ed288fdf41fed6321ed.tar.gz |
python/pySmartDL: Updated for version 1.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pySmartDL/pySmartDL.SlackBuild')
-rw-r--r-- | python/pySmartDL/pySmartDL.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/pySmartDL/pySmartDL.SlackBuild b/python/pySmartDL/pySmartDL.SlackBuild index 7ad3deb458..de225fcd7a 100644 --- a/python/pySmartDL/pySmartDL.SlackBuild +++ b/python/pySmartDL/pySmartDL.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pySmartDL -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,10 +71,6 @@ find -L . \ python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |