diff options
Diffstat (limited to 'python/p4python/p4python.SlackBuild')
-rw-r--r-- | python/p4python/p4python.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/p4python/p4python.SlackBuild b/python/p4python/p4python.SlackBuild index e2fec2016ae51..551fd683347bc 100644 --- a/python/p4python/p4python.SlackBuild +++ b/python/p4python/p4python.SlackBuild @@ -2,6 +2,8 @@ # SlackBuild for p4python, Andy Bailey <GooseYArd@gmail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=p4python VERSION=${VERSION:-2010.1} 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} |