diff options
Diffstat (limited to 'python/python2-blake2/python2-blake2.SlackBuild')
-rw-r--r-- | python/python2-blake2/python2-blake2.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-blake2/python2-blake2.SlackBuild b/python/python2-blake2/python2-blake2.SlackBuild index fbdbf0c656b7..54a2dc79acca 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} |