summaryrefslogtreecommitdiffstats
path: root/development/qconf/qconf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/qconf/qconf.SlackBuild')
-rw-r--r--development/qconf/qconf.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/qconf/qconf.SlackBuild b/development/qconf/qconf.SlackBuild
index f216aa7345..56bc63c219 100644
--- a/development/qconf/qconf.SlackBuild
+++ b/development/qconf/qconf.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for qconf
# Written by Alexei Panov <elemc@atisserv.ru>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=qconf
VERSION=${VERSION:-1.4}
BUILD=${BUILD:-1}
@@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}