summaryrefslogtreecommitdiffstats
path: root/games/puzzles/puzzles.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/puzzles/puzzles.SlackBuild')
-rw-r--r--games/puzzles/puzzles.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/puzzles/puzzles.SlackBuild b/games/puzzles/puzzles.SlackBuild
index e417ee5cdf..f2885bab8d 100644
--- a/games/puzzles/puzzles.SlackBuild
+++ b/games/puzzles/puzzles.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for puzzles
# Written by Steve Pledger <spledger91@yahoo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=puzzles
VERSION=${VERSION:-r10060}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}