aboutsummaryrefslogtreecommitdiff
path: root/python/winpdb/winpdb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/winpdb/winpdb.SlackBuild')
-rw-r--r--python/winpdb/winpdb.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/winpdb/winpdb.SlackBuild b/python/winpdb/winpdb.SlackBuild
index bf6fdb76b6b1f..15207b497d4aa 100644
--- a/python/winpdb/winpdb.SlackBuild
+++ b/python/winpdb/winpdb.SlackBuild
@@ -4,6 +4,8 @@
# Written by Andrew Rowland (darowland@ieee.org)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=winpdb
VERSION=${VERSION:-1.4.8}
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}