summaryrefslogtreecommitdiffstats
path: root/desktop/kbdd/kbdd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/kbdd/kbdd.SlackBuild')
-rw-r--r--desktop/kbdd/kbdd.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/kbdd/kbdd.SlackBuild b/desktop/kbdd/kbdd.SlackBuild
index 01c3196512..fce1526503 100644
--- a/desktop/kbdd/kbdd.SlackBuild
+++ b/desktop/kbdd/kbdd.SlackBuild
@@ -8,6 +8,8 @@
#Set initial variables:
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=kbdd
VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
@@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}