summaryrefslogtreecommitdiffstats
path: root/accessibility/eflite/eflite.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/eflite/eflite.SlackBuild')
-rw-r--r--accessibility/eflite/eflite.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/eflite/eflite.SlackBuild b/accessibility/eflite/eflite.SlackBuild
index 03f179f878..83163dd69b 100644
--- a/accessibility/eflite/eflite.SlackBuild
+++ b/accessibility/eflite/eflite.SlackBuild
@@ -9,6 +9,8 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=eflite
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
@@ -22,7 +24,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}