summaryrefslogtreecommitdiffstats
path: root/development/pudb
diff options
context:
space:
mode:
Diffstat (limited to 'development/pudb')
-rw-r--r--development/pudb/pudb.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/pudb/pudb.SlackBuild b/development/pudb/pudb.SlackBuild
index 30701ef6bc..3dbb414ae2 100644
--- a/development/pudb/pudb.SlackBuild
+++ b/development/pudb/pudb.SlackBuild
@@ -27,6 +27,8 @@ if ! printf %s "${PYTHON2:=yes}${PYTHON3:=yes}" | grep -q "yes"; then
exit 1
fi
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pudb
VERSION=${VERSION:-2020.1}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}