diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-22 22:53:09 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:53 +0000 |
commit | 3ff95ee30081023ad4e44f568efefe37a748d296 (patch) | |
tree | 70779f999b12cc2264e27c7f42ec5a6eb3c052e3 /network/pebrot | |
parent | 7946f3cd9c4590d29635a3e731cb67e1bf3f5ceb (diff) | |
download | slackbuilds-3ff95ee30081023ad4e44f568efefe37a748d296.tar.gz |
network/pebrot: Allow VERSION override, i486=>i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/pebrot')
-rw-r--r-- | network/pebrot/pebrot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/pebrot/pebrot.SlackBuild b/network/pebrot/pebrot.SlackBuild index 3e1192d5d7..c113d3362e 100644 --- a/network/pebrot/pebrot.SlackBuild +++ b/network/pebrot/pebrot.SlackBuild @@ -25,13 +25,13 @@ # Modified by the SlackBuilds.org project PRGNAM=pebrot -VERSION=0.8.8 +VERSION=${VERSION:-0.8.8} 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 |