diff options
Diffstat (limited to 'games/atari800_roms')
-rw-r--r-- | games/atari800_roms/atari800_roms.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atari800_roms/atari800_roms.SlackBuild b/games/atari800_roms/atari800_roms.SlackBuild index a702c94eafa3c..db7cc7ba750f9 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} |