summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-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 .