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
commit54a4a2eb869e5bfd76c7703ca1b5d1c8477d9f4c (patch)
tree9ef0d1a4cc2610729dc0461ad88be8ce476bf440 /development/cycler
parentcc32bee2210142e081e3b6bac15870aafd0ae6f5 (diff)
downloadold.slackbuilds-54a4a2eb869e5bfd76c7703ca1b5d1c8477d9f4c.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 .