diff options
Diffstat (limited to 'games/stella/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 2bbcbdc9259e8..ed59d685bc65c 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -50,6 +50,8 @@ # - add MIME type for .a26 # - StartupNotify=false in .desktop +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=stella VERSION=${VERSION:-6.4} BUILD=${BUILD:-1} @@ -63,7 +65,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |