diff options
Diffstat (limited to 'python/python2-openid/python2-openid.SlackBuild')
-rw-r--r-- | python/python2-openid/python2-openid.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-openid/python2-openid.SlackBuild b/python/python2-openid/python2-openid.SlackBuild index 5de9b4a7f5027..b94dce5f917ff 100644 --- a/python/python2-openid/python2-openid.SlackBuild +++ b/python/python2-openid/python2-openid.SlackBuild @@ -6,6 +6,8 @@ # Written by Lionel Young <redtricycle@gmail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=python2-openid SRCNAM=openid-python-openid SRCNAMSUF=b666238 @@ -21,7 +23,6 @@ fi BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |