diff options
Diffstat (limited to 'python/mechanize/mechanize.SlackBuild')
-rw-r--r-- | python/mechanize/mechanize.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/mechanize/mechanize.SlackBuild b/python/mechanize/mechanize.SlackBuild index 96eb6db33ce4a..76b1c16f18777 100644 --- a/python/mechanize/mechanize.SlackBuild +++ b/python/mechanize/mechanize.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for mechanize # Written by Larry Hajali <larryhaja[at]gmail[dot]com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mechanize VERSION=${VERSION:-0.2.5} BUILD=${BUILD:-1} @@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |