summaryrefslogtreecommitdiffstats
path: root/desktop/CurseTheWeather
diff options
context:
space:
mode:
author B. Watson2017-03-20 11:42:58 +0100
committer David Spencer2017-03-25 14:26:58 +0100
commitd9770cdb9121dfce1f6af98baf5adc8d89009aa0 (patch)
tree48d062b967dbb9fe43a1c66a5f967d4540148115 /desktop/CurseTheWeather
parent9d9c2f32221d8458a919bd94448725d1b3abeea9 (diff)
downloadold.slackbuilds-d9770cdb9121dfce1f6af98baf5adc8d89009aa0.tar.gz
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/CurseTheWeather')
-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