summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-20 06:42:58 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:26:58 +0000
commitd0c2bb37547292c27c0d9bbace540f821cb2a306 (patch)
tree05d5b2db5d08f7ac2650bc1459352e85b9ce46f8 /desktop
parentd4e54780bdf0d0cba9aef0c4855bf8e588985fde (diff)
downloadslackbuilds-d0c2bb37547292c27c0d9bbace540f821cb2a306.tar.gz
slackbuilds-d0c2bb37547292c27c0d9bbace540f821cb2a306.tar.xz
desktop/CurseTheWeather: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/CurseTheWeather/CurseTheWeather.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/CurseTheWeather/CurseTheWeather.SlackBuild b/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
index e848c7b377..72e201cdd8 100644
--- a/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
+++ b/desktop/CurseTheWeather/CurseTheWeather.SlackBuild
@@ -28,13 +28,13 @@
# Better error checking or exception handling should probably be implemented in the source
PRGNAM=CurseTheWeather
-VERSION=0.6
+VERSION=${VERSION:-0.6}
BUILD=${BUILD:-3}
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