diff options
Diffstat (limited to 'games/nsuds')
-rw-r--r-- | games/nsuds/nsuds.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nsuds/nsuds.SlackBuild b/games/nsuds/nsuds.SlackBuild index f6cb9a858528..ed68cbc1754a 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} |