diff options
Diffstat (limited to 'accessibility/easystroke/easystroke.SlackBuild')
-rw-r--r-- | accessibility/easystroke/easystroke.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/easystroke/easystroke.SlackBuild b/accessibility/easystroke/easystroke.SlackBuild index 89b0849a1d24c..6b076694049be 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} |