summaryrefslogtreecommitdiffstats
path: root/games/ho1/ho1.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/ho1/ho1.SlackBuild')
-rw-r--r--games/ho1/ho1.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ho1/ho1.SlackBuild b/games/ho1/ho1.SlackBuild
index d3dc6abecc..e776f6c1ab 100644
--- a/games/ho1/ho1.SlackBuild
+++ b/games/ho1/ho1.SlackBuild
@@ -4,6 +4,8 @@
# Written by Xavier Maillard <xavier@maillard.im>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ho1
VERSION=${VERSION:-1.430}
VERSIONSRC=${VERSIONSRC:-1430}
@@ -13,7 +15,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch # Java
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}