diff options
Diffstat (limited to 'games/vbam/vbam.SlackBuild')
-rw-r--r-- | games/vbam/vbam.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/vbam/vbam.SlackBuild b/games/vbam/vbam.SlackBuild index 910f8a78c4077..6d0e4f25c2cb6 100644 --- a/games/vbam/vbam.SlackBuild +++ b/games/vbam/vbam.SlackBuild @@ -43,6 +43,8 @@ # old vbam name as symlinks. # - Correct README, plus cosmetic reformatting. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=vbam VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} @@ -62,7 +64,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |