summaryrefslogtreecommitdiffstats
path: root/development/tcludp/tcludp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/tcludp/tcludp.SlackBuild')
-rw-r--r--development/tcludp/tcludp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/tcludp/tcludp.SlackBuild b/development/tcludp/tcludp.SlackBuild
index 064d502985..ee2f11b864 100644
--- a/development/tcludp/tcludp.SlackBuild
+++ b/development/tcludp/tcludp.SlackBuild
@@ -4,6 +4,8 @@
# Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tcludp
VERSION=${VERSION:-1.0.11}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}