summaryrefslogtreecommitdiffstats
path: root/accessibility/svox/svox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/svox/svox.SlackBuild')
-rw-r--r--accessibility/svox/svox.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/svox/svox.SlackBuild b/accessibility/svox/svox.SlackBuild
index 48177f3f6d..ce41cf467e 100644
--- a/accessibility/svox/svox.SlackBuild
+++ b/accessibility/svox/svox.SlackBuild
@@ -22,6 +22,8 @@
# listed as "www.android.com", it seems more useful to set HOMEPAGE
# to the Debian page for svox.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=svox
VERSION=${VERSION:-1.0+git20130326_8}
BUILD=${BUILD:-1}
@@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}