summaryrefslogtreecommitdiffstats
path: root/office/mupdf-legacy/mupdf-legacy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/mupdf-legacy/mupdf-legacy.SlackBuild')
-rw-r--r--office/mupdf-legacy/mupdf-legacy.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/mupdf-legacy/mupdf-legacy.SlackBuild b/office/mupdf-legacy/mupdf-legacy.SlackBuild
index 8db29fa60a..f8af802e68 100644
--- a/office/mupdf-legacy/mupdf-legacy.SlackBuild
+++ b/office/mupdf-legacy/mupdf-legacy.SlackBuild
@@ -18,6 +18,8 @@
# 20170621 bkw: fix build with -current's newer openjpeg, BUILD=2.
# 20170122 bkw: update for 1.10a.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mupdf-legacy
VERSION=${VERSION:-1.13.0}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}