diff options
Diffstat (limited to 'accessibility/espeak/espeak.SlackBuild')
-rw-r--r-- | accessibility/espeak/espeak.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/espeak/espeak.SlackBuild b/accessibility/espeak/espeak.SlackBuild index 083798883fd5c..75122c92f9b19 100644 --- a/accessibility/espeak/espeak.SlackBuild +++ b/accessibility/espeak/espeak.SlackBuild @@ -19,6 +19,8 @@ # - Simplify the script (unfortunately it had to get more complex # again to support the new variables). +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=espeak VERSION=${VERSION:-1.48.04} BUILD=${BUILD:-3} @@ -32,7 +34,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |