summaryrefslogtreecommitdiffstats
path: root/network/tucan/tucan.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/tucan/tucan.SlackBuild')
-rw-r--r--network/tucan/tucan.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/tucan/tucan.SlackBuild b/network/tucan/tucan.SlackBuild
index a0f4383580..9fef0a0652 100644
--- a/network/tucan/tucan.SlackBuild
+++ b/network/tucan/tucan.SlackBuild
@@ -3,13 +3,14 @@
# Slackware build script for tucan
# Written by Nai (bluedbs@gmail.com)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tucan
VERSION=${VERSION:-0.3.10}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}