summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 00:36:58 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:28:09 +0000
commit5d20fe0862be1d8b82d7dabce51d46531010cf8c (patch)
tree766867e98384acdb438f93d24ae404439d42d78e /misc
parent5cce664a7ddb72272063dbad947c050d9b7a04e2 (diff)
downloadslackbuilds-5d20fe0862be1d8b82d7dabce51d46531010cf8c.tar.gz
slackbuilds-5d20fe0862be1d8b82d7dabce51d46531010cf8c.tar.xz
misc/BISP: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/BISP/BISP.SlackBuild4
-rw-r--r--misc/BISP/README2
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/BISP/BISP.SlackBuild b/misc/BISP/BISP.SlackBuild
index d04b105e68..ebe7620708 100644
--- a/misc/BISP/BISP.SlackBuild
+++ b/misc/BISP/BISP.SlackBuild
@@ -60,8 +60,8 @@
# * Updated browser plugin patch.
##################################################
PRGNAM=BISP
-VERSION=4.19.1.11663
-ARCH=${ARCH:-i486}
+VERSION=${VERSION:-4.19.1.11663}
+ARCH=${ARCH:-i586}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/misc/BISP/README b/misc/BISP/README
index 4eed41f13d..23b566c599 100644
--- a/misc/BISP/README
+++ b/misc/BISP/README
@@ -3,4 +3,4 @@ BankID is the leading electronic identity in Sweden.
Signatures with BankID are legally binding in the EU.
It's built upon the PKI, Public Key Infrastructure standard.
-This SlackBuild repacks the binary into an Slackware package.
+This SlackBuild repacks the binary into a Slackware package.