summaryrefslogtreecommitdiffstats
path: root/games/atari800_roms/atari800_roms.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/atari800_roms/atari800_roms.SlackBuild')
-rw-r--r--games/atari800_roms/atari800_roms.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atari800_roms/atari800_roms.SlackBuild b/games/atari800_roms/atari800_roms.SlackBuild
index a702c94eaf..db7cc7ba75 100644
--- a/games/atari800_roms/atari800_roms.SlackBuild
+++ b/games/atari800_roms/atari800_roms.SlackBuild
@@ -10,6 +10,8 @@
# No need for ARCH detection or LIBDIRSUFFIX stuff.
# Too bad I can't put m6502 for $ARCH...
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=atari800_roms
VERSION=${VERSION:-20140424}
@@ -17,7 +19,6 @@ ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}