summaryrefslogtreecommitdiffstats
path: root/audio/rplay/rplay.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rplay/rplay.SlackBuild')
-rw-r--r--audio/rplay/rplay.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rplay/rplay.SlackBuild b/audio/rplay/rplay.SlackBuild
index 703ba6e999..74e6579918 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}