diff options
Diffstat (limited to 'games/egoboo')
-rw-r--r-- | games/egoboo/egoboo.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/egoboo/egoboo.SlackBuild b/games/egoboo/egoboo.SlackBuild index 7d89646ab6aa2..664d8cf87f56b 100644 --- a/games/egoboo/egoboo.SlackBuild +++ b/games/egoboo/egoboo.SlackBuild @@ -5,6 +5,8 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> # Maintained by Erik Hanson <erik@slackbuilds.org> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=egoboo VERSION=${VERSION:-2.8.1} BUILD=${BUILD:-1} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |