summaryrefslogtreecommitdiffstats
path: root/development/cycler
diff options
context:
space:
mode:
author Serban Udrea2017-04-30 04:37:40 +0200
committer Willy Sudiarto Raharjo2017-04-30 04:37:40 +0200
commited837cadde7d6656855f4b0a4eda5eac1ef07698 (patch)
treedd3a9eb75f3e5542e59abd3357fa6f4adcb1b81c /development/cycler
parentbc87165af7c751fd37069185fab38c43f9cc772c (diff)
downloadslackbuilds-ed837cadde7d6656855f4b0a4eda5eac1ef07698.tar.gz
development/cycler: Script update.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cycler')
-rw-r--r--development/cycler/cycler.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/cycler/cycler.SlackBuild b/development/cycler/cycler.SlackBuild
index 2132793a19..6b7e0a927a 100644
--- a/development/cycler/cycler.SlackBuild
+++ b/development/cycler/cycler.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cycler
-# Copyright 2016 Serban Udrea <s.udrea@gsi.de>
+# Copyright 2016-2017 Serban Udrea <s.udrea@gsi.de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification,
@@ -25,7 +25,7 @@
PRGNAM=cycler
VERSION=${VERSION:-0.10.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -46,7 +46,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$TARBALL_VERSION
+rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .