aboutsummaryrefslogtreecommitdiff
path: root/games/fortune-starwars
diff options
context:
space:
mode:
Diffstat (limited to 'games/fortune-starwars')
-rw-r--r--games/fortune-starwars/fortune-starwars.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune-starwars/fortune-starwars.SlackBuild b/games/fortune-starwars/fortune-starwars.SlackBuild
index 28156afa8b03a..f5b0f8b890d57 100644
--- a/games/fortune-starwars/fortune-starwars.SlackBuild
+++ b/games/fortune-starwars/fortune-starwars.SlackBuild
@@ -8,6 +8,8 @@
# VERSION is the timestamp on the tarball.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fortune-starwars
VERSION=${VERSION:-20051125}
BUILD=${BUILD:-1}
@@ -15,7 +17,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}