aboutsummaryrefslogtreecommitdiff
path: root/system/graveman/graveman.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/graveman/graveman.SlackBuild')
-rw-r--r--system/graveman/graveman.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/graveman/graveman.SlackBuild b/system/graveman/graveman.SlackBuild
index 11428d603f6f..134025643dce 100644
--- a/system/graveman/graveman.SlackBuild
+++ b/system/graveman/graveman.SlackBuild
@@ -25,6 +25,8 @@
# Slackbuild maintainer switched to Keith Richie disturbed1976@gmail.com
# Added patch to support newer Sox versions.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=graveman
VERSION=${VERSION:-0.3.12.5}
BUILD=${BUILD:-6}
@@ -43,7 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}