diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:47:03 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:50 +0000 |
commit | b62fd39d4389f32f501d360714ad6c9ca280a3f5 (patch) | |
tree | f7194b58b7d29757d3022d139eed3bf700342652 /python/python-cluster | |
parent | 6f8a103d9f4674e528ac89052b4a35523f0b2144 (diff) | |
download | slackbuilds-b62fd39d4389f32f501d360714ad6c9ca280a3f5.tar.gz |
python/python-cluster: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-cluster')
-rw-r--r-- | python/python-cluster/python-cluster.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-cluster/python-cluster.SlackBuild b/python/python-cluster/python-cluster.SlackBuild index 388bedd443..7c056bb9f0 100644 --- a/python/python-cluster/python-cluster.SlackBuild +++ b/python/python-cluster/python-cluster.SlackBuild @@ -24,13 +24,13 @@ PRGNAM=python-cluster SRCNAM=cluster -VERSION=1.1.1b3 +VERSION=${VERSION:-1.1.1b3} 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 |