diff options
Diffstat (limited to 'python/cryptography/cryptography.SlackBuild')
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index 31b087d6343c3..aa957fe5e4e0a 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -24,6 +24,8 @@ # # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=cryptography VERSION=${VERSION:-2.8} BUILD=${BUILD:-1} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |