diff options
Diffstat (limited to 'misc/par/par.SlackBuild')
-rw-r--r-- | misc/par/par.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/par/par.SlackBuild b/misc/par/par.SlackBuild index 4b759fefef42..398e253ed4fd 100644 --- a/misc/par/par.SlackBuild +++ b/misc/par/par.SlackBuild @@ -13,6 +13,8 @@ # - various tweaks # - add default_env patch (see below) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=par SRCNAM=Par VERSION=${VERSION:-1.53.0} @@ -27,7 +29,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |