summaryrefslogtreecommitdiffstats
path: root/python/python2-blake2/python2-blake2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-blake2/python2-blake2.SlackBuild')
-rw-r--r--python/python2-blake2/python2-blake2.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-blake2/python2-blake2.SlackBuild b/python/python2-blake2/python2-blake2.SlackBuild
index fbdbf0c656..54a2dc79ac 100644
--- a/python/python2-blake2/python2-blake2.SlackBuild
+++ b/python/python2-blake2/python2-blake2.SlackBuild
@@ -23,6 +23,8 @@
#
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python2-blake2
SRCNAM=blake2
VERSION=${VERSION:-0.1.6}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}