summaryrefslogtreecommitdiffstats
path: root/libraries/progressbar/progressbar.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/progressbar/progressbar.SlackBuild')
-rw-r--r--libraries/progressbar/progressbar.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/progressbar/progressbar.SlackBuild b/libraries/progressbar/progressbar.SlackBuild
index 1bfafa1ed2..7d5e8e5e2d 100644
--- a/libraries/progressbar/progressbar.SlackBuild
+++ b/libraries/progressbar/progressbar.SlackBuild
@@ -5,12 +5,13 @@
# Written by Lionel Young <redtricycle@gmail.com>
# Based on http://slackbuilds.org/template.SlackBuild
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=progressbar
VERSION=${VERSION:-2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}