summaryrefslogtreecommitdiffstats
path: root/games/fortune-ASR/fortune-ASR.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/fortune-ASR/fortune-ASR.SlackBuild')
-rw-r--r--games/fortune-ASR/fortune-ASR.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune-ASR/fortune-ASR.SlackBuild b/games/fortune-ASR/fortune-ASR.SlackBuild
index 5529288059..3a7c8e9be8 100644
--- a/games/fortune-ASR/fortune-ASR.SlackBuild
+++ b/games/fortune-ASR/fortune-ASR.SlackBuild
@@ -24,6 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fortune-ASR
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-2}
@@ -32,7 +34,6 @@ TAG=${TAG:-_SBo}
# It is not arch spesific.
ARCH="noarch"
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}