summaryrefslogtreecommitdiffstats
path: root/games/4digits/4digits.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/4digits/4digits.SlackBuild')
-rw-r--r--games/4digits/4digits.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/4digits/4digits.SlackBuild b/games/4digits/4digits.SlackBuild
index 396e5be3bc..b88f3aefcb 100644
--- a/games/4digits/4digits.SlackBuild
+++ b/games/4digits/4digits.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=4digits
VERSION=${VERSION:-1.1.4}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}