summaryrefslogtreecommitdiffstats
path: root/system/hddtemp/hddtemp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/hddtemp/hddtemp.SlackBuild')
-rw-r--r--system/hddtemp/hddtemp.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/hddtemp/hddtemp.SlackBuild b/system/hddtemp/hddtemp.SlackBuild
index a4a78fdfbf..4573308d9c 100644
--- a/system/hddtemp/hddtemp.SlackBuild
+++ b/system/hddtemp/hddtemp.SlackBuild
@@ -7,11 +7,12 @@
# Modified by SlackBuilds.org
PRGNAM=hddtemp
-SRCVERSION=${SRCVERSION:-0.3-beta15}
-VERSION=$(echo $SRCVERSION | tr -d "-")
+VERSION=${VERSION:-0.3beta15}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
+SRCVERSION="0.3-beta15"
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;