summaryrefslogtreecommitdiffstats
path: root/development/tclvfs/tclvfs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/tclvfs/tclvfs.SlackBuild')
-rw-r--r--development/tclvfs/tclvfs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/tclvfs/tclvfs.SlackBuild b/development/tclvfs/tclvfs.SlackBuild
index 4ec6a16981..5e349680a4 100644
--- a/development/tclvfs/tclvfs.SlackBuild
+++ b/development/tclvfs/tclvfs.SlackBuild
@@ -4,6 +4,8 @@
# Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tclvfs
VERSION=${VERSION:-20080503}
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}