summaryrefslogtreecommitdiffstats
path: root/python/pycryptopp/pycryptopp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pycryptopp/pycryptopp.SlackBuild')
-rw-r--r--python/pycryptopp/pycryptopp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pycryptopp/pycryptopp.SlackBuild b/python/pycryptopp/pycryptopp.SlackBuild
index c8001c1099..cc7cd0685a 100644
--- a/python/pycryptopp/pycryptopp.SlackBuild
+++ b/python/pycryptopp/pycryptopp.SlackBuild
@@ -26,6 +26,8 @@
# Originally written by Marco Bonetti - Thanks!
# Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pycryptopp
VERSION=${VERSION:-0.7.1.869544967005693312591928092448767568728501330214}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}