summaryrefslogtreecommitdiffstats
path: root/accessibility/easystroke/easystroke.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/easystroke/easystroke.SlackBuild')
-rw-r--r--accessibility/easystroke/easystroke.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/easystroke/easystroke.SlackBuild b/accessibility/easystroke/easystroke.SlackBuild
index 89b0849a1d..6b07669404 100644
--- a/accessibility/easystroke/easystroke.SlackBuild
+++ b/accessibility/easystroke/easystroke.SlackBuild
@@ -5,6 +5,8 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
# Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=easystroke
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}