summaryrefslogtreecommitdiffstats
path: root/office/catdoc
diff options
context:
space:
mode:
Diffstat (limited to 'office/catdoc')
-rw-r--r--office/catdoc/catdoc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/catdoc/catdoc.SlackBuild b/office/catdoc/catdoc.SlackBuild
index b879968df3..94e15928a7 100644
--- a/office/catdoc/catdoc.SlackBuild
+++ b/office/catdoc/catdoc.SlackBuild
@@ -5,6 +5,8 @@
# Modified by the SlackBuilds.org project
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=catdoc
VERSION=${VERSION:-0.94.2}
BUILD=${BUILD:-2}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}