diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 04:34:19 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:28:41 +0000 |
commit | fdbc179dd33da530c527e6b24e2a8417b83f5aac (patch) | |
tree | fada6d59b06c08e4105c663b952efdd4b64fc122 /network | |
parent | dc1c75e9a499fc1baab7b5fedc865d79b8fda032 (diff) | |
download | slackbuilds-fdbc179dd33da530c527e6b24e2a8417b83f5aac.tar.gz |
network/periscope: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/periscope/periscope.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/periscope/periscope.SlackBuild b/network/periscope/periscope.SlackBuild index 7b446f3954..a42bb5080b 100644 --- a/network/periscope/periscope.SlackBuild +++ b/network/periscope/periscope.SlackBuild @@ -23,14 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=periscope -VERSION=0.2.4 +VERSION=${VERSION:-0.2.4} SRCNAM=python-${PRGNAM}_${VERSION}.orig.tar.gz BUILD=${BUILD:-1} 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 |