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