diff options
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/rplay.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rplay/rplay.SlackBuild b/audio/rplay/rplay.SlackBuild index 703ba6e999330..74e6579918a27 100644 --- a/audio/rplay/rplay.SlackBuild +++ b/audio/rplay/rplay.SlackBuild @@ -4,6 +4,8 @@ # Written by Andrew Rowland <darowland@ieee.org> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=rplay VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} @@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |