diff options
Diffstat (limited to 'office/antiword')
-rw-r--r-- | office/antiword/antiword.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/antiword/antiword.SlackBuild b/office/antiword/antiword.SlackBuild index 6622a5ddd594d..8426a0836dc94 100644 --- a/office/antiword/antiword.SlackBuild +++ b/office/antiword/antiword.SlackBuild @@ -23,6 +23,8 @@ # Modified by the SlackBuilds.org Project +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=antiword VERSION=${VERSION:-0.37} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |