summaryrefslogtreecommitdiffstats
path: root/office/hunspell-en/hunspell-en.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/hunspell-en/hunspell-en.SlackBuild')
-rw-r--r--office/hunspell-en/hunspell-en.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/hunspell-en/hunspell-en.SlackBuild b/office/hunspell-en/hunspell-en.SlackBuild
index a2005bb162..7ad14357fc 100644
--- a/office/hunspell-en/hunspell-en.SlackBuild
+++ b/office/hunspell-en/hunspell-en.SlackBuild
@@ -25,13 +25,14 @@
# Based on the Arch PKGBUILD
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=hunspell-en
VERSION=${VERSION:-2018.04.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH="noarch"
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}