summaryrefslogtreecommitdiffstats
path: root/games/nottetris2/nottetris2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/nottetris2/nottetris2.SlackBuild')
-rw-r--r--games/nottetris2/nottetris2.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nottetris2/nottetris2.SlackBuild b/games/nottetris2/nottetris2.SlackBuild
index 11b0c1dcd1..9cefb679d1 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}