diff options
author | Philip Lacroix <slackph at posteo dot de> | 2017-02-11 23:23:57 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-11 23:26:17 +0000 |
commit | 19e334c1be59130fdee8d9330ccad89712cbe5c7 (patch) | |
tree | a875c1db36fd538209c6b188b50c8549ff090788 /libraries/pymdstat/pymdstat.SlackBuild | |
parent | c6fa379f6a75c70f9c8ab4f21437fac4b9550ed3 (diff) | |
download | slackbuilds-19e334c1be59130fdee8d9330ccad89712cbe5c7.tar.gz |
libraries/pymdstat: Switch to i586, tweak download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/pymdstat/pymdstat.SlackBuild')
-rw-r--r-- | libraries/pymdstat/pymdstat.SlackBuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/libraries/pymdstat/pymdstat.SlackBuild b/libraries/pymdstat/pymdstat.SlackBuild index d5e57ede26..1775fbbb35 100644 --- a/libraries/pymdstat/pymdstat.SlackBuild +++ b/libraries/pymdstat/pymdstat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pymdstat -# Copyright 2015 Philip Lacroix <slackph at posteo dot de> +# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -46,14 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION - -# The upstream tarball will be named differently, depending on -# the file being downloaded manually (web browser) or with wget. -if [ -e $CWD/v$VERSION.tar.gz ]; then - tar xvzf $CWD/v$VERSION.tar.gz -else - tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz -fi +tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . |