diff options
Diffstat (limited to 'python/pyasn1-modules/pyasn1-modules.SlackBuild')
-rw-r--r-- | python/pyasn1-modules/pyasn1-modules.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyasn1-modules/pyasn1-modules.SlackBuild b/python/pyasn1-modules/pyasn1-modules.SlackBuild index 0a5676bbef70d..ae1fdbd7f06c8 100644 --- a/python/pyasn1-modules/pyasn1-modules.SlackBuild +++ b/python/pyasn1-modules/pyasn1-modules.SlackBuild @@ -24,6 +24,8 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pyasn1-modules VERSION=${VERSION:-0.2.2} 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} |