diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:39:10 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:44 +0000 |
commit | 18b81bed2637404124b4949cf963bd24eb2c0852 (patch) | |
tree | dd20d963daed5751756f64fe2a86c8bc9cb96ee5 | |
parent | 0ca39308b90b262fa5b0b1e5f589b7d1408543f0 (diff) | |
download | slackbuilds-18b81bed2637404124b4949cf963bd24eb2c0852.tar.gz |
python/egenix-mx-base: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | python/egenix-mx-base/egenix-mx-base.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/egenix-mx-base/egenix-mx-base.SlackBuild b/python/egenix-mx-base/egenix-mx-base.SlackBuild index 6002811663..03f6539f72 100644 --- a/python/egenix-mx-base/egenix-mx-base.SlackBuild +++ b/python/egenix-mx-base/egenix-mx-base.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=egenix-mx-base -VERSION=3.2.9 +VERSION=${VERSION:-3.2.9} 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 |