summaryrefslogtreecommitdiffstats
path: root/games/antimicro
diff options
context:
space:
mode:
Diffstat (limited to 'games/antimicro')
-rw-r--r--games/antimicro/antimicro.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/antimicro/antimicro.SlackBuild b/games/antimicro/antimicro.SlackBuild
index a7690d2128..c84a8c544d 100644
--- a/games/antimicro/antimicro.SlackBuild
+++ b/games/antimicro/antimicro.SlackBuild
@@ -8,6 +8,8 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=antimicro
VERSION=${VERSION:-2.23}
BUILD=${BUILD:-1}
@@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}