diff options
Diffstat (limited to 'office/hunspell-es/hunspell-es.SlackBuild')
-rw-r--r-- | office/hunspell-es/hunspell-es.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/hunspell-es/hunspell-es.SlackBuild b/office/hunspell-es/hunspell-es.SlackBuild index 398fc2075439..43e245144b03 100644 --- a/office/hunspell-es/hunspell-es.SlackBuild +++ b/office/hunspell-es/hunspell-es.SlackBuild @@ -25,13 +25,14 @@ # Based on the Arch PKGBUILD +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=hunspell-es VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH="noarch" -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |