summaryrefslogtreecommitdiffstats
path: root/graphics/xzgv/xzgv.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xzgv/xzgv.SlackBuild')
-rw-r--r--graphics/xzgv/xzgv.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xzgv/xzgv.SlackBuild b/graphics/xzgv/xzgv.SlackBuild
index 8b04e3e02b..1f517c0c02 100644
--- a/graphics/xzgv/xzgv.SlackBuild
+++ b/graphics/xzgv/xzgv.SlackBuild
@@ -25,6 +25,8 @@
#
# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xzgv
VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}