diff options
Diffstat (limited to 'office/mupdf/mupdf.SlackBuild')
-rw-r--r-- | office/mupdf/mupdf.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/mupdf/mupdf.SlackBuild b/office/mupdf/mupdf.SlackBuild index ad0e66cc5770..bd664a76fc1b 100644 --- a/office/mupdf/mupdf.SlackBuild +++ b/office/mupdf/mupdf.SlackBuild @@ -51,6 +51,8 @@ # and there's no bundled souce for it. So currently mupdf is being # built without libcrypto. Hope that's OK. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mupdf VERSION=${VERSION:-1.18.0} BUILD=${BUILD:-1} @@ -64,7 +66,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |