summaryrefslogtreecommitdiffstats
path: root/games/egoboo/egoboo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/egoboo/egoboo.SlackBuild')
-rw-r--r--games/egoboo/egoboo.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/egoboo/egoboo.SlackBuild b/games/egoboo/egoboo.SlackBuild
index 7d89646ab6..664d8cf87f 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}