summaryrefslogtreecommitdiffstats
path: root/graphics/dblatex/dblatex.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dblatex/dblatex.SlackBuild')
-rw-r--r--graphics/dblatex/dblatex.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dblatex/dblatex.SlackBuild b/graphics/dblatex/dblatex.SlackBuild
index a9ed09ccc7..62b79aa16d 100644
--- a/graphics/dblatex/dblatex.SlackBuild
+++ b/graphics/dblatex/dblatex.SlackBuild
@@ -4,6 +4,8 @@
# Written by Vincent Batts, vbatts@hashbangbash.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=dblatex
VERSION=${VERSION:-0.3.10}
BUILD=${BUILD:-2}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}