diff options
Diffstat (limited to 'system/kvpm/kvpm.SlackBuild')
-rw-r--r-- | system/kvpm/kvpm.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/kvpm/kvpm.SlackBuild b/system/kvpm/kvpm.SlackBuild index 4215582aaf3a..8c3165af24a2 100644 --- a/system/kvpm/kvpm.SlackBuild +++ b/system/kvpm/kvpm.SlackBuild @@ -8,6 +8,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=kvpm VERSION=${VERSION:-0.9.9} BUILD=${BUILD:-1} @@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |