summaryrefslogtreecommitdiffstats
path: root/games/nsuds/nsuds.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/nsuds/nsuds.SlackBuild')
-rw-r--r--games/nsuds/nsuds.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nsuds/nsuds.SlackBuild b/games/nsuds/nsuds.SlackBuild
index f6cb9a8585..ed68cbc175 100644
--- a/games/nsuds/nsuds.SlackBuild
+++ b/games/nsuds/nsuds.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for nsuds
# Written by Dan-Simon Myrland <dansimon@radiotube.org>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=nsuds
VERSION=${VERSION:-0.7B}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}