diff options
Diffstat (limited to 'python/python2-twisted/python2-twisted.SlackBuild')
-rw-r--r-- | python/python2-twisted/python2-twisted.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-twisted/python2-twisted.SlackBuild b/python/python2-twisted/python2-twisted.SlackBuild index 652967ae1807..4587d1d5eeda 100644 --- a/python/python2-twisted/python2-twisted.SlackBuild +++ b/python/python2-twisted/python2-twisted.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=python2-twisted SRCNAM=Twisted VERSION=${VERSION:-17.9.0} @@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |