summaryrefslogtreecommitdiffstats
path: root/games/fortune-slackware/fortune-slackware.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/fortune-slackware/fortune-slackware.SlackBuild')
-rw-r--r--games/fortune-slackware/fortune-slackware.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune-slackware/fortune-slackware.SlackBuild b/games/fortune-slackware/fortune-slackware.SlackBuild
index b15e51fd79..f7913b1217 100644
--- a/games/fortune-slackware/fortune-slackware.SlackBuild
+++ b/games/fortune-slackware/fortune-slackware.SlackBuild
@@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fortune-slackware
VERSION=${VERSION:-1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}