diff options
Diffstat (limited to 'games/nottetris2/nottetris2.SlackBuild')
-rw-r--r-- | games/nottetris2/nottetris2.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nottetris2/nottetris2.SlackBuild b/games/nottetris2/nottetris2.SlackBuild index 11b0c1dcd1719..9cefb679d1672 100644 --- a/games/nottetris2/nottetris2.SlackBuild +++ b/games/nottetris2/nottetris2.SlackBuild @@ -12,6 +12,8 @@ # VERSION is just the modification date of the .love file. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=nottetris2 VERSION=${VERSION:-20110620} BUILD=${BUILD:-1} @@ -19,7 +21,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |