diff options
Diffstat (limited to 'games/abe/abe.SlackBuild')
-rw-r--r-- | games/abe/abe.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/abe/abe.SlackBuild b/games/abe/abe.SlackBuild index e77a84f09a1bd..1a3fcfe0bd585 100644 --- a/games/abe/abe.SlackBuild +++ b/games/abe/abe.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for abe # Written by Tim Dickson tim@tree-of-life.co.uk +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=abe VERSION=${VERSION:-1.1} BUILD=${BUILD:-2} @@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |